views:

19

answers:

0

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.