Hi all I am developing an app using twitter integration. The following error can obtained in some devices
03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): Error during OAUth retrieve request token 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): oauth.signpost.exception.OAuthNotAuthorizedException: Authorization failed (server replied with a 401). This can happen if the consumer key was not correct or the signatures did not match. 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at oauth.signpost.AbstractOAuthProvider.handleUnexpectedResponse(AbstractOAuthProvider.java: 239) 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at oauth.signpost.AbstractOAuthProvider.retrieveToken(AbstractOAuthProvider.java: 189) 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at oauth.signpost.AbstractOAuthProvider.retrieveRequestToken(AbstractOAuthProvider.java: 69) 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at com.experion.minigolf.utils.MGOAuthRequestTokenTask.doInBackground(MGOAuthRequestTokenTask.java: 92) 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at com.experion.minigolf.utils.MGOAuthRequestTokenTask.doInBackground(MGOAuthRequestTokenTask.java: 1) 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at android.os.AsyncTask$2.call(AsyncTask.java:185) 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306) 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at java.util.concurrent.FutureTask.run(FutureTask.java:138) 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java: 1088) 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at java.util.concurrent.ThreadPoolExecutor $Worker.run(ThreadPoolExecutor.java:581) 03-20 01:50:21.489: ERROR/ com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): at java.lang.Thread.run(Thread.java:1019) How i can resolve this problem. Please help me.. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en