Facebook Graph API : detect action of feeds in /feed -
I am now developing an app that has the Facebook graph API graph / me / Authorized user to get all the feeds feeds Here the problem is how to detect the action of the feeds, such as: added photo, updated status ...
The result of the endpoint: me / feeds , each feed provides a field named : status_type So, based on this field, you can detect the operation of the feed. For example: Added_photo, shared_story, app_create_story, tag_en_photo
Comments
Post a Comment