getFollowers时出现错误403:Twitter Iphone MGTwitterEngine

Ami*_*tan 2 twitter cocoa-touch iphone-sdk-3.0

我正在使用Twitter-OAuth-iPhone https://github.com/bengottlieb/Twitter-OAuth-iPhone
我正在调用[twitterObj getFollowersIncludingCurrentStatus:NO]来获取我的好友列表.但是从最近两天
它给了我403错误.

-- Twitter Request FD751461-39C4-4EAB-A0F7-D1ED262B19EA failed with
error: Error Domain=HTTP Code=403 "The operation couldn’t be
completed. (HTTP error 403.)"
Run Code Online (Sandbox Code Playgroud)

由于twitter api wiki 403将超过更新和DM的限制

但是这里的getFollowersIncludingCurrentStatus为什么发生这个错误甚至列表不会在第二天发出相同的403错误.

谢谢
Amit Battan

Ami*_*tan 8

它现在解决了

我改变

#define TWITTER_DOMAIN          @"twitter.com"
Run Code Online (Sandbox Code Playgroud)

#define TWITTER_DOMAIN          @"api.twitter.com/1"
Run Code Online (Sandbox Code Playgroud)

在MGTwitterEngine.m