Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In the real-time update API documentation (http://developers.facebook.com/docs/reference/api/realtime/), the "picture" connection is NOT in the list of connections of the user object to which we can subscribe to. But in the documentation for the real-time update API, they list the picture connection like:

For example, to monitor changes to user's name, picture, friends, and News Feed, you would specify “name,picture,friends,feed”

So can someone explain, why is this confusion in the documentation and tell me how we can subscribe to the picture connection?

share|improve this question

1 Answer

Picture is there under user's fields and connections. So you can subscribe for picture but can't specify that you want it from user's fields or from user's connections.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.