Login to facebook in android using REST API

13,570

Solution 1

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

Solution 2

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

It's not official - but it seems fairly stable for most practical uses (allowing connecting and FQL queries, etc.)

Share:
13,570

Related videos on Youtube

Omnia
Author by

Omnia

Updated on June 04, 2022

Comments

  • Omnia
    Omnia over 1 year

    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?

  • Omnia
    Omnia almost 14 years
    Yes i know this library and i try it but its unofficial library, and limited and it use mobile browser to log in. my target is log in without using the browser like the example above in c anyway thanks for ur replay and interest

Related