Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Login to facebook in android using REST API

I develop facebook application in android i want to log in to facebook via HTTPClient , teh user give me username and password and then i connect to facebook.com/login

i want to make like this code

Facebook: Getting Incorrect Signature (104) when Getting Session Key

but in android, i tried to do that but when i get the session, a XML contain invalid parameter returned

can any one help me?

like image 455
Omnia Avatar asked Dec 07 '09 13:12

Omnia


People also ask

Is Facebook API a REST API?

The API uses RESTful protocol and responses are in JSON format.


1 Answers

Facebook released an official SDK for Android applications. See this post on their developers blog.

like image 109
Amit Kotlovski Avatar answered Oct 03 '22 07:10

Amit Kotlovski