0

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

codezoner
  • 1,054
  • 2
  • 13
  • 32

1 Answers1

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