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!!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on জুন 9, 2013 at 11:12 AM
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.
Reply by LeiNaD_87
on জুন 9, 2013 at 5:13 PM
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
Reply by Travis Bell
on অগাস্ট 20, 2013 at 4:43 PM
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.