Login to facebook in android using REST API

I am developing a facebook application in android I want to login to facebook via an HTTPClient so that the user gives me a username and password and then I connect to facebook.com/login

I want to do like this code

Facebook: receiving an incorrect signature (104) when receiving a session key

but in android I tried to do this, but when I get the session, the XML contains an invalid return parameter

Can someone help me?

+6
java android facebook
source share
2 answers

Facebook has released the official SDK for Android apps. See this post on your developer blog.

+4
source share

You might want to try using Android Facebook: Connect Library: http://wiki.developers.facebook.com/index.php/User:Android

It is not official - but it seems pretty stable for most practical applications (allowing connectivity and FQL queries, etc.)

+3
source share

All Articles