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.

I noticed that simply invoking the Facebook Linter on my object doesn't work, but as soon as I click the Facebook Like on the page, a Facebook page gets created.

Before "liking", hitting http://graph.facebook.com/?ids={MY_OBJ_URL} returns:

{
   "{MY_OBJ_URL}": {
      "id": "{MY_OBJ_URL}"
   }
}

after "liking", it returns a valid id

{
   "{MY_OBJ_URL}": {
      "id": "{id}"
   }
}

so that going to http://www.facebook.com/{id} takes me to the Facebook page counterpart of my Open Graph Object.

The question is, is earning a first "like" a requirement for a page to be created on Facebook? Or is there another way to ensure the page gets created?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.