0

我正在尝试将 twitter 集成到 Iphone 应用程序中,因为 twiiter 默认情况下不允许 xAuth,那么我如何使用它。.. twitter 什么时候会批准我的应用程序的 xAuth。因为现在处于发展阶段

还有一件事情

我已经使用 MGTwitterEngine 在我的应用程序中添加了 oAuthConsumer 文件,然后我如何调用 oAuth。

现在我这样打电话

twitterEngine = [[MGTwitterEngine alloc] initWithDelegate:self];
[twitterEngine setUsesSecureConnection:NO];
[twitterEngine setConsumerKey:consumerKey secret:consumerSecret];
[twitterEngine setUsername:username];
[twitterEngine getXAuthAccessTokenForUsername:username password:password];

但它是 xAuth 方法

请帮我

阿米特巴坦

4

1 回答 1

0

对于 oAuth,我使用了https://github.com/bengottlieb/Twitter-OAuth-iPhone

对于 xAuth,我们必须为它请求 twitter。并且是在 Apple Store 上发布应用程序之后

于 2011-03-10T12:53:11.430 回答