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.

Is facebook application an object?

https://graph.facebook.com/{objectID}

In like fql

Query this table to return the user IDs of users who like a given Facebook object (video, note, link, photo, or photo album).

Could be this query used for an application? Thanks in advance

share|improve this question

2 Answers

up vote 1 down vote accepted

yes, it's an object and you can like or dislike it

share|improve this answer

see this http://developers.facebook.com/docs/api

share|improve this answer
1  
I have read 1000000 times. $me = $facebook ->api('/appId/likes/'); print_r($me); and empty array! – TheNone Nov 27 '10 at 14:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.