Quantcast
Channel: Facebook Graph API : get satuses with photos on user's feed - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Facebook Graph API : get satuses with photos on user's feed

$
0
0

I'm trying to get user's own posts on with images on his feed.

GET https://graph.facebook.com/USER_ID/photos/uploaded

will get me the uploaded images but without the status they were posted on.

on the other hand,

GET https://graph.facebook.com/USER_ID/feed?fields=message 

will work just fine , but

GET https://graph.facebook.com/USER_ID/feed?fields=message,attachments

is returning me this

{"error": {"type": "http", "message": "unknown error", "status": 500  }}

(FYI as for v2.1 FQL is deprecated)

help?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles



Latest Images