I am using MATwitterEngine for implementing twitter in iphone app.
but at the time of login, i am having following error,
Fail: Error Domain=HTTP Code=401 "The operation couldn’t be completed. (HTTP error 401.)"
what could be wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will have to use O-Auth for the login:
bengottlieb / Twitter-OAuth-iPhone
Unfortunately you have to implement O-Auth and can’t simply manage your users’ password and login yourself anymore.
Twitter-Oauth-iPhone includes MGTwitterEngine