javascript - Retrieve a Get Http request in php -
I have to get a get http request in php and store it in a variable
me The following is required to be performed:
https://graph.facebook.com/oauth/access_token? Client_id = YOUR_APP_ID & amp; Client_secret = YOUR_APP_SECRET & amp; Grant_type = client_credentials I know it's simple not just able to get my head around it.
$ content = file_get_contents ('https://graph.facebook.com/oauth/ ACCESS_TOKEN client_id = YOUR_APP_ID & client_secret = YOUR_APP_SECRET & grant_type = client_credentials');
Comments
Post a Comment