Twitter API:允许接受请求跟随经过身份验证的用户

问题描述:

由于显示的内容有年龄限制,我有一个受保护的 Twitter 帐户.有没有办法使用 twitter API 来接受或拒绝关注此帐户的请求.我知道我可以使用

I have a protected twitter account due to the age restricted content being displayed. Is there a way to use the twitter API to accept or reject the requests to follow this account. I know that I can view these requests using

http://api.twitter.com/version/friendships/incoming.json

但是哪个请求将接受请求.我在看

but which request will accept a request. I was looking at the

http://api.twitter.com/version/friendships/create.json

请求,但这似乎是为了关注用户,而不是接受他们关注我的请求.

request but this seams to follow a user rather than accept the request for them to follow me.

很遗憾,目前没有使用 API 来执行此操作的方法.

Unfortunately, there is no method for doing this using the API for now.

http://code.google.com/p/twitter-api/issues/detail?id=8 有一个请求,但它的优先级似乎很低.

http://code.google.com/p/twitter-api/issues/detail?id=8 has a request for it, but it seems to have a very low priority.