I'm trying to read likes on my friend's status. It is working fine if i copy the access token from the graph api explorer. If i use the getAccessToken method. It just returns an array with the id of the status, which was passed by me.
Can anybody help me on how to pass the access tokens to the app.
You may say that why don't you continue with the token copied from graph explorer? But due to the recent changes offline_access token has been removed, so that the token is expiring for every hour. By the way i'm using graph api with php.