How do you leave comments/like a specific page of a Facebook Canvas app?
Posted
by Sebastian
on Stack Overflow
See other posts from Stack Overflow
or by Sebastian
Published on 2010-05-10T21:17:17Z
Indexed on
2010/05/10
21:24 UTC
Read the original article
Hit count: 227
I'm building a tabbed Facebook Canvas app that requires individual images to be "Like"d and commented on. Since each image is loaded up as its own page, in this style:
http://apps.facebook.com/appname/image/333/ (which translates to: www.mydomain.com/image/333/)
I was hoping I could just get a UID for each "image" page and then comment/like based off that. If that's possible, how exactly do I get the id for dynamically generated pages? Or any page for that matter?
Thanks in advance.
© Stack Overflow or respective owner