Jump to: navigation, search
(Auto-creation of topic Documentation:HTCC:API:TwitterUnfollow:8.5.2 via TOC Documentation:HTCC:APITOC8.5.2)
 
Line 1: Line 1:
= TwitterUnfollow=
+
=Unfollow=
 +
__NOTOC__
 +
This operation will disable monitoring a specific Twitter user's tweets.
 +
 
 +
== HTTP Request ==
 +
POST on '''/twitter'''
 +
<pre>
 +
{
 +
"operationName":"Unfollow",
 +
"twitterUserId": a Twitter user's numeric unique identifier
 +
}
 +
</pre>
 +
== HTTP Response ==
 +
 
 +
===Success===
 +
<pre>
 +
{
 +
"statusCode": 0
 +
}
 +
</pre>
 +
===Failure===
 +
<pre>
 +
{
 +
"statusCode": an integer value above 0,
 +
"statusMessage":details
 +
}
 +
</pre>
 +
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 15:17, February 18, 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!