i'm implementing a app and need to login facebook account using a new access token.
what i required is, to get data from a specific facebook account.
I was able to find some coding about access token, but they all using the existing access token in facebook for android app.that's not what i required..
Help me guys,,,it's a life saving attempt.Hope u all undestand my requirement... Thanks
Asked
Active
Viewed 405 times
0
codezoner
- 1,054
- 2
- 13
- 32
-
Are you saying you want a different user to login to your app and not the one connected to facebook app.? – Subir Kumar Sao May 24 '12 at 03:51
-
Yes subirkumarsao. Exactly''' – codezoner May 24 '12 at 03:53
1 Answers
0
If the device has the facebook application installed then calling the SSO will use that application and who ever is logged into that will be the user that is used.
You can avoid using SSO: How to disable Facebook single sign on for android - Facebook-android-sdk which will cause the SDK to use its' own dialog where the user can input his e-mail password.
Community
- 1
- 1
Nitzan Tomer
- 155,636
- 47
- 315
- 299