How to get Facebook access token with username / password -
using facebook graph api can fb access token. , have visit facebook.com
allow application access data through login dialog.
is there way facebook access token, using account id , password, api, without visiting facebook.com
/ without application ?
user access token:
if want user access token answer no. cannot access user access token without making user visit facebook.
do reading on oauth , understand concept
app access token:
if mean application access token can make curl call facebook. see here details
facebook's access token documentation explains different types of access tokens , how obtain , use them - user access tokens require direct interaction user though
Comments
Post a Comment