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 am self-publishing an ebook

I read the types for open graph protocol http://ogp.me/#types

In open graph protocol, for book namespace http://ogp.me/ns/book

there are the following attributes.

book - Namespace URI: http://ogp.me/ns/book#

  • book:author - profile array - Who wrote this book.
  • book:isbn - string - The ISBN
  • book:release_date - datetime - The date the book was released.
  • book:tag - string array - Tag words associated with this book.

I can obviously fill in everything except for isbn.

I do not intend to get an ISBN for a self published ebook.

So what should I do to optimize the use of OPG for an ebook without an ISBN number?

share|improve this question

1 Answer

The book namespace seems to allow book objects without ISBN, but the newer books.book namespace http://graph.facebook.com/schema/og/books# requires it.

There is a known issue with regards to ebooks without ISBN: https://developers.facebook.com/bugs/238075889669083

share|improve this answer

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.