I want to fetch activities or feeling using graph API from facebook.
e.g.
XYZ is feeling angry.
XYZ is watching movie.
XYZ is feeling happy.
Currently I am using time-line API (https://graph.facebook.com/v2.10/me?fields=posts) which only returns following.
XYZ updated his status. (Not getting activity or feeling name)
How to get activity or feeling of user?