Hi, I am able to follow and unfollow users by using API Methods. it is working fine. I have a problem now.. 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 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.In Twitter.com site it is showing a message "Cancel Request" when i click this button my following request is cancel.I want to do this same using my application also. How can we cancel the "following request" to protected users using Twitter API? Any help can be appreciated. Thanks & regards kkp
