Friends,
I need to know much about Single Sign On support for Facebook. I have two applications on my device and I have to post the feed. I login the very first time from either one of the applications, but I need it to continue using the same login credential and session for the other application without showing the login page. Is this possible in android? If so please guide me how to implement it.
Thanks in advance.
Make sure both apps reference the same Facebook app
client_idandclient_secret. Once the user authorizes one of your Android apps, store theiraccess_token, and share it between both apps.