Is there a way to create access token for user?
I know that it is possible to get user information by this code:
var client = new FacebookClient("key");
var me = client.Get("me");
but how to create key for user which doesn’t have one?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at these questions, they might help you.
facebook-C#-sdk MVC "Hello World" app – how to get access token?
(Facebook C# SDK) Problem getting an access token