I am developing an application towards Android and iOS using Appcelerators Titanium. One of the things i need to do is to allow the user to comment on a Facebook-image, and see others comments. I figured the easiest way to do this would be to use the Facebook dialog and present this in the app. But how do i get the "page" that contains the comments and ability to comment, from the Graph API? I figure i need to pass the Auth Token to be able to get this page.
Simply, Facebook dialog with the ability to see comments for a image, and write one yourself.