Jump to: navigation, search
(Unfollow)
Line 7: Line 7:
 
<pre>
 
<pre>
 
{
 
{
"operationName":"Unfollow",
+
  "operationName":"Unfollow",
"twitterUserId": a Twitter user's numeric unique identifier
+
  "twitterUserId": a Twitter user's numeric unique identifier
 
}
 
}
 
</pre>
 
</pre>
Line 16: Line 16:
 
<pre>
 
<pre>
 
{
 
{
"statusCode": 0
+
  "statusCode": 0
 
}
 
}
 
</pre>
 
</pre>
Line 22: Line 22:
 
<pre>
 
<pre>
 
{
 
{
"statusCode": an integer value above 0,
+
  "statusCode": an integer value above 0,
"statusMessage":details
+
  "statusMessage":details
 
}
 
}
 
</pre>
 
</pre>
 +
 
For details on the statusCode value, please refer to the All Methods sub-section of the Return Values section.
 
For details on the statusCode value, please refer to the All Methods sub-section of the Return Values section.
  
 
[[Category:V:HTCC:8.5.2]]
 
[[Category:V:HTCC:8.5.2]]

Revision as of 17:26, March 23, 2014

Unfollow

This operation will disable monitoring a specific Twitter user's tweets.

HTTP Request

POST on /twitter

{
  "operationName":"Unfollow",
  "twitterUserId": a Twitter user's numeric unique identifier
}

HTTP Response

Success

{
  "statusCode": 0
}

Failure

{
  "statusCode": an integer value above 0,
  "statusMessage":details
}

For details on the statusCode value, please refer to the All Methods sub-section of the Return Values section.

Comments or questions about this documentation? Contact us for support!