[facebook requestWithGraphPath:@"/oauth/access_token?client_id=YOUR_APP_ID&client_secret=YOUR_APP_SECRET&
grant_type=client_credentials" andDelegate:self];
question is How to get Facebook access token without login ?
question is How to get Facebook access token without login ? |
|||||||
|
|
try for getting app access token not user access token $app_access_token = $app_id . '|' . $secret_key; |
|||
|
|