I am developing an android app through which I will have to login/logout of facebook. Is there a way such that, the process of login/logout to facebook through my app is not dependent on the login/logout through the official facebook app?
Asked
Active
Viewed 2,157 times
0
-
integrate facebook to your app without SSO. – null pointer Apr 03 '13 at 05:13
-
Here is the very easy way to use facebook integration http://stackoverflow.com/questions/15357811/how-to-integrate-facebook-in-my-android-application/15520199#15520199 – Swapnil Kotwal Apr 03 '13 at 05:57
1 Answers
2
You can login and logout programatically using facebook sdk 3.0 (see here for example), but you can't escape being redirected to a facebook login UI if the user isn't logged in already.
Community
- 1
- 1
Michael Eilers Smith
- 8,466
- 20
- 71
- 106
-
Hi, Atleast is there a way to check within my app, if the user has logged out of facebook through the official facebook app? – DevAndro Apr 03 '13 at 05:53
-
of course, the sdk will redirect you to the facebook UI for checkin and bring you back to the app – Michael Eilers Smith Apr 03 '13 at 16:05