问题
I am using the facebook real-time updates API to get updates for my users' friends. I wonder which fields of the users' friend the update-notifications include and which for which fields a subscription can be posted
Specifically I am requesting the following fields for my users' friends:
'bio', 'birthday', 'education', 'email', 'events', 'feed', 'first_name', 'gender', 'hometown', 'id', 'interested_in', 'languages', 'last_name', 'link', 'locale', 'location', 'middle_name', 'name', 'picture', 'quotes', 'relationship_status', 'religion', 'significant_other', 'username', 'website', 'work'
回答1:
I've experienced the same thing - even though my app has access to friends' likes through polling, that same data does not seem to be available real-time - sucks.
来源:https://stackoverflow.com/questions/12144065/facebook-real-time-updates-get-updates-for-friends