|
|
We need a feature in Twitter API to cancel the "following request" to
protected users which following request status is still "pending".
This a very helpful to developers. when they are using "Friendship Methods"
in REST API. Using this methods we can follow new user and unfollow the
following users.But when we send a following request to protected users we
need a method to cancel this following request using twiter API.
Example:
when i send a following request to users like "protected their updates
(protected=true)" my request is showing "pending" in twitter UI.
when i try to destroy(unfollow) this user following request using
http://twitter.com/friendships/destroy/andresc03.xml" it is giving a 403
returned error.Because it is not following the user.Just we send
the following request and the status still "pending". Now i want to cancel
the "following" request using the API.
Please include this one as a feature in coming versions.
Thanks & Regards
kkp
|