brione-zz / Brion-Learns-OAuth

Example of an Android application that authenticates via Twitter OAUTH and allows updates and displays the last successful update.
70 stars 19 forks source link

i am getting unauthorised exception(401 Unauthorized:) #4

Closed KrutiMevada closed 14 years ago

KrutiMevada commented 14 years ago

hi

I am getting unauthorized 401 exception at the line mConsumer.sign(post);

in PostTask class's doInBackground method of BLOA.java file.. please tell me how can i solve that exception?

brione-zz commented 14 years ago

This is a really common error. You should ask about it on the Signpost Group on Google Groups. I'm 100% sure that if I pull this code and run it, it will work for me. That will not be helpful for you. So go to the Signpost Group and ask your question and you should find an answer there. Or, better yet, search the group for error 401 and see what you find.