Thuzi / facebook-node-sdk

Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Other
736 stars 250 forks source link

How to get a status by id? #103

Open ameliemaia opened 9 years ago

ameliemaia commented 9 years ago

Hi,

How would I get a specific post by id?

At the moment i'm calling /me/feed and searching though the list for the specific post which isn't very nice. Can anyone help?

dantman commented 8 years ago

This question is about Facebook's Graph API, not the facebook-node-sdk. In the future I recommend asking general questions like these on Stack Overflow.

Facebook's Graph API has a /{status-id} endpoint, see the /v2.4/status reference documentation for more information.