Reputation: 11194
when i run my apps i am getting error
09-14 16:33:52.854: W/System.err(380): 401:Authentication credentials (http://dev.twitter.com/pages/auth) were missing or incorrect. Ensure that you have set valid conumer key/secret, access token/secret, and the system clock in in sync.
09-14 16:33:52.864: W/System.err(380): error - Read-only application cannot POST
I've changed the access to read, write and direct access but still the above error says read only application.
My apps is not showing the updates is there ant way to refesh the eclipse or application completely ..it is not taking and showing the updates when I run android application.
Upvotes: 0
Views: 129
Reputation: 1148
is there ant way to refesh the eclipse or application completely
To refresh project, you can clean project by Eclipse -> Project -> Clean -> Select project from check box and radio button to "Clean projects selected below" and ok button.
Log shows you are missing something in request, its very obvious.
Your error is understandable but whether you trying to integrate twitter in app using WebView / browser or straight away (which is not recommendable), using any 3rd party library and if yes then which library you using, is unclear.
You can refer these following tutorials available on internet to integrate twitter in your application.
Using only one library twitter4j to handle oAuth and make tweets both
Using two or more third party libraries for oAuth and tweeting tasks
Thanks,
Upvotes: 1