how to use graph api access token in php for facebook sdk
问题 I'm really stuck on this matter. I've been reading the documentation over and over and I don't understand how to use the access token for my page, so that I could pull the page's messages. This is my code: $user_id = $facebook->getUser(); if($user_id) { $user_profile = $facebook->api('/me/accounts', 'GET'); } and then I get an array, with two keys: data and paging Inside of data I get an array of the pages I own, where the access_token is available for each page. According to this page: https