Reputation: 573
Can i get a permanent access token for my facebook application , using user's credentials (email, password). As i have seen in many application like yahoo messenger ,windows live , nimbuzz for mobile and other, they just ask for username and password , and they got added in my apps, So pls tell me , how can i get it done.... i want to create a desktop application in which i will take users credentials and in my desktop application , i will take users action to get it done on his wall.... Pls help
Upvotes: 4
Views: 3971
Reputation: 1007
You need to ask for the offline_access extended permission, which provides you with an access token that is valid until the user either revokes your app or changes his/her password.
https://developers.facebook.com/docs/reference/api/permissions/
Upvotes: 1