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

Popular posts from this blog

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -

Firefox reacting to JQuery setTimeout that doesn't apply -