2010-10-29 51 views
0

我使用twitter + oauth进行twitter整合。当我运行应用程序。我收到了诸如“对不起,页面不存在!即使我正在使用以下的东西。Twitter + oauth integratin期间的问题?

self.requestTokenURL = [NSURL URLWithString:@“http://twitter.com/oauth/request_token”]; self.accessTokenURL = [NSURL URLWithString:@“http://twitter.com/oauth/access_token”]; self.authorizeURL = [NSURL URLWithString:@“http://twitter.com/oauth/authorize”];

有人有解决方案?

在此先感谢。

回答