Single Sign On for Android Facebook -
friends,
need know single sign on support facebook. have 2 applications on device , have post feed. login first time either 1 of applications, need continue using same login credential , session other application without showing login page. possible in android? if please guide me how implement it.
thanks in advance.
make sure both apps reference same facebook app client_id
, client_secret
. once user authorizes 1 of android apps, store access_token
, , share between both apps.
Comments
Post a Comment