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

10,774

Solution 1

Probably twitter is just down and your code is fine.

Solution 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.

Solution 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.

Share:
10,774
good guy
Author by

good guy

working on iPhone/iPad app's

Updated on June 14, 2022

Comments

  • good guy
    good guy almost 2 years

    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

  • Sushil Sharma
    Sushil Sharma over 9 years
    I tried this. But the error is same. Issue resolves only when i delete app from simulator. How can i resolve this?