2010-10-29 50 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」];

有人有解決方案?

在此先感謝。

回答