Posted on: 3/4/2015 9:39:51 AM | Views : 636

Hi,
I am so overwhelmed at the moment. I have spent the last 5 days reading up about the three different things in the title and I can not decide which one to use.
At first I wanted to save the facebook user in my membership database, but that seems too hard and there are no guides for this so I gave up on that.
Next Oath2 seems to not work very well with the membership database, or at least I can't find any information on it.
Facebook SDK works, I get an access token using JSON.stringify that looks like this:
{"id":"101536251398","email":"email@gmail.com","first_name":"Fname","gender":"male","last_name":"LName","link":"https://www.facebook.com/app_scoped_user_id/101536251398/","locale":"sv_SE","name":"Fname Lname","timezone":9,"updated_time&quo ...

Go to the complete details ...