There is an application using FQL. Is there an opportunity to select notes posted by the application with the known id? As far as I know, there is no field ‘app_id’ in the ‘note’ table.
There is an application using FQL. Is there an opportunity to select notes posted
Share
You can use graph api to get the notes of an app by app_id. http://developers.facebook.com/docs/reference/api/note/ you have to use any valid access token.
Example using php-sdk 3.1.1