views:

25

answers:

1

Hello everyone...................

I want to create a application where user can login with twitter account and whatever activity he does (depending on other cases) should be tweeted.

Now since twitter has removed basic authentication how to achieve this ????

Any help will be appreciated

+1  A: 

You can use third party libraries to perform OAuth. See the following threads to get some insight on OAuth and how to perform 3 legged authentication:
1. Some questions about OAuth and Android
2. OAuth on Android
3. OAuth + TWitter on Android with code

Hope that helps...

Samuh
i will check it out ........... I have successfully tweeted with oAuth, but also want other users to be authenticated....... Thanks for the response......... I am checking the links........
viv
thanks the links helped me a bit , got a portion of it working.......... Thanks again
viv