Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working on an app in which I have to use facebook login for accessing data from my backend server. I have search on this and got that:

  1. First, the user will enter username and password of facebook then the request goes to server.
  2. If user authenticated then fetch access token of user.
  3. Send this access token on server.
  4. The server will verify this access token.

I have successfully connected my app with facebook i.e, now user can logged from my app to facebook. But I don't now how can I get the access token of user and also how I can verify this access token on server.

Can you provide me some sample code for this. Please help me I am stuck in it from a long time.

share|improve this question

1 Answer

To access the data of the facebook user you have to take permissions and the following link may be useful for you. Just check it out... https://developers.facebook.com/docs/howtos/androidsdk/3.0/fetch-user-data/

share|improve this answer
Abhishek I had already go through it, but I want to know that how I can verify the user on my server end using facebook login – user2163887 Mar 19 at 12:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.