In the Facebook API (REST), how do you like a photo? There's a stream.addLike function, but you need the post_id, and I don't see a way to get the post_id of a photo (not the same as the pid or the object_id).
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.
|
|
You can now like a photo using Graph API, via a POST to the likes connection on a photo. This did not work previously work but it does now (2011/09/16). Not sure exactly when it got fixed but this one was an oversight for a very long after Graph API was introduced. |
|||
|
|
|
I think that the actual photo is classes as the same type of entity os a wallpost, so asloon as you can aquire the stream_id for the photo, it the comments that are attached to the photo you can set By getting the post_id via the photos.get method you should be able to set a comment adn like the object via the stream.addLike. Hope this helps you. |
|||||||||||
|