facebook - How should we retrieve an individual post now that /[post-id] is deprecated in v2.4? -


i tried through graph api explorer path /v2.4/10153513872748291 , i've got result:

{   "error": {     "message": "(#12) singular links api deprecated versions v2.4 , higher",     "type": "oauthexception",     "code": 12   } } 

but https://developers.facebook.com/docs/reference/api/post/ doesn't deprecation.

i'm not sure if miss something, or there's way info individual post.

edit: v2.3 works, v2.4 latest one.

looks need combination of id of user or page made post (or who’s wall on), underscore, , post id.

for example post, 10153513872748291, made page drama-addict, has id 141108613290141108613290_10153513872748291 work.

and 788239567865981_10153513872748291, because 788239567865981 id of user making post.


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -