On Thu, 2010-11-04 at 09:39 +0530, Babita kumari wrote: > > In my app , on Button click , I want to show twitter login page . Can > any one tell me by posting some code snippets, how to do that ?
I had to remove twitter4j from my app as Twitter recently moved to forcing oAuth login. You can read about oAuth authentication at http://dev.twitter.com/pages/auth#at-twitter and you should be able to simply use a webview beyond that. This, of course, presumes you want to tweet for the user. Otherwise, you could simply use a webview. Nick > Babita > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

