So I have set up the subscription, and I am receiving the callback with some data. Now what do I do next, all I am seeing is a the persons UID the time it 开发者_JAVA技巧was made and an ID which is the same as the UID.
I have been trying to find examples, and what I need to do next.
So how do I get more info about the update, someone have an example of what I need to do?
the callback tells you something happened. And to get "what is the details for that change", you need to get it based on the info in the callback (e.g. by reading the user feed / user profile for that UID).
you can find example in FB doc on the real time update.
精彩评论