I decided to put this in API support because is the most "technical" place in the forum.
I'm deploying a app that shared on facebook the info about movies using the open graph items. Is as easy as fill this info in the movie web page:
< head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# video: http://ogp.me/ns/video#"> < meta property="fb:app_id" content="YOUR_APP_ID" /> < meta property="og:type" content="video.movie" /> < meta property="og:url" content="Put your own URL to the object here" /> < meta property="og:title" content="Sample Movie" /> < meta property="og:image" content="https://s-static.ak.fbcdn.net/images/devsite/attachment_blank.png" /> < meta property="video:actor:id" content="Sample Actor: ID" />
More info: https://developers.facebook.com/docs/reference/opengraph/object-type/video.movie
Using that, we can add movies to facebook watchlist or watched list. Then, when someone clicks on the movie, a new page to themoviedb is opened instead the movie's facebook profile.
What do you think about that? I think is very easy and very fast to implement and the web can get more traffic.
And like I always say: Thank you for your work!!
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 9 de junio de 2013 a las 11:12
Hi LeiNaD_87,
I'm not clear on what you're asking for... if you look at our website, we already have all this in use.
Contestado por LeiNaD_87
el 9 de junio de 2013 a las 17:13
O_o
I search that info I didn't find it... I don't know what I did... Sorry I'll try again to use it in my app.
Thank you and sorry
Contestado por Travis Bell
el 20 de agosto de 2013 a las 16:43
Hi Kretzschmar,
We do not support these features with Facebook right now. The original post was simply about adding the open graph tags to the website.