使用twitter ios sdk oAuth
我尝试使用 MGTwitterEngine 进行 twitter Iphone 集成, 根据其文档,这支持 xAuth 和 oAuth 首先我尝试使用 xAuth 作为我调用的函数 getXAuthAccessTokenForUsername
但我的应用程序正处于开发阶段..并且 Twitter 不批准它..他们会在发布后批准它...
我不是能够使用 MGTwitterEngine 使用 oAuth
任何人都可以帮助我...
即使我无法从源代码使用 oAuth 版本 http://mobile.tutsplus.com/tutorials/ iphone/twitter-api-iphone/comment-page-1/
我可以使用它成功更新我的状态...但无法做任何其他事情
我尝试
[_engine getUserInformationForEmail:@"[email protected]"];
//_engine is the twitterengine object
然后收到错误
请求 9EF8DE73-6E04-46F1 -9D90-484F90FCA44F 失败,出现错误:错误域=HTTP 代码=404“操作无法完成。(HTTP 错误 404。)”
请求 016DB024-1BFB-4E9B-8734-3FFCCB93D6E4 失败,并显示错误:错误域=HTTP代码=403“操作无法完成。(HTTP错误403。)”
请帮助我
Amit Battan
I try to use MGTwitterEngine for twitter Iphone integration,
this is supporting both xAuth and oAuth as per its documentation
and firstly I try it using xAuth as which function I am calling named getXAuthAccessTokenForUsername
But my application is in developing stage .. and twitter not approving it .. they will approve it after release...
I am not able to use oAuth using MGTwitterEngine
Can anybody help me...
Even I am not able to use oAuth version from source
http://mobile.tutsplus.com/tutorials/iphone/twitter-api-iphone/comment-page-1/
I can update my status successfully using it...But not able do any thing else
I try
[_engine getUserInformationForEmail:@"[email protected]"];
//_engine is the twitterengine object
then getting error
Request 9EF8DE73-6E04-46F1-9D90-484F90FCA44F failed with error: Error Domain=HTTP Code=404 "The operation couldn’t be completed. (HTTP error 404.)"
Request 016DB024-1BFB-4E9B-8734-3FFCCB93D6E4 failed with error: Error Domain=HTTP Code=403 "The operation couldn’t be completed. (HTTP error 403.)"
Please help me
Amit Battan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
今天我打电话时
,然后我得到日志
意味着它工作正常...
但是我如何获得输出..在哪个函数/变量中
When today I call
Then I got the log
means it works ok...
But How I get the output.. in which function/variable
上面的代码可能有帮助
above code might help