iPhone: why i got this error — HTTP error 401— Twitter

自闭症网瘾萝莉.ら 提交于 2019-12-06 03:31:28

问题


hi i am developing Twitter client on iPhone, here i am using MGTwitter library and OAuthentication, i am Authenticating(sign in) and Getting Request Token,

My problem is, when i send request i am getting error

Request 8DC1F854-0F16-40BF-85EC-669AF0B25FCE failed with error: Error Domain=HTTP Code=401 "The operation couldn’t be completed. (HTTP error 401.)"

how i have to solve this error

Please tell me

Thank you


回答1:


Probably twitter is just down and your code is fine.




回答2:


What worked for me: Go to your twitter app and in Settings set Application Type to "Read and Write".

Now i tried this and the app still gave me the same error. I then opened my twitter account ( the one you are using to login). Click on Settings and Applications and check what the access is against the app that you've made. In case it is Read only, revoke access, go to your iPhone simulator and Reset Content and Settings (you can do this by clicking iOS Simulator on the menu on top of your screen) . Compile the program again and try checking the Reads-Write access in your twitter account now.

This worked for me because basically when i ran the program for the first time, the Application Type was set to Read Only. Changing the Application Type after that doesn't make a difference.

ps: I left the Callback URL blank.




回答3:


There are two reason: 1. Make sure when you create your application its not "Read Only". 2. Select the Client side application instead of browser/web application.



来源:https://stackoverflow.com/questions/4613727/iphone-why-i-got-this-error-http-error-401-twitter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!