I've an app which has requested for the "user_photos" permission. I've been trying to get the picture data with a photo id. eg. https://graph.facebook.com/123456/picture but I keep getting the error below:
"type": "OAuthException", "message": "A user access token is required to request this resource."
What I'm actually trying to achieve in the end is to retrieve the cover_photo of every album a user has. I'm using the AS3 Facebook API's Facebook.getImageUrl(id) function - which is working well with profile pictures - but not this.
Has anyone got the same problem?