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 have a blog. www.mrgeek.me. I have done my research on the Open Graph Protocol and I have still not come across an example where I can find out a way to create a social reader application for my Blog. What I essentially want to do is this :When people read on my blog, it shows up in their news feeds or ticker saying 'John read 'XYZ Article' on Mr.Geek.

I want to know what are the key research documents I should be looking at to achieve this. One lad was telling me it is quite easy since the API is pretty much covering everything but I have not come across anything like a Social Reader.

For those of you who do not know what a Social Reader is: A social reader is an application like the Guardian or Washington Post, which posts what the user reads without having the user do anything. The user sees Z friend reading an article, then clicks that and reads it and the Facebook Application posts it on his timeline saying, Blah read the article Blah.

share|improve this question

1 Answer

up vote 3 down vote accepted

You will need to create an iframe app and embed your blog there, so when it gets read, you can log the content. Or you can have the user login to your app on your blog and then when they go to one of your blog postings, set the open graph action: read.

To start making these apps, please read the tutorial here: https://developers.facebook.com/docs/opengraph/tutorial/ While this is for cooking a recipe, your action will be reading a blog article.

share|improve this answer
Tell me more, I dont want to integrate facebook login in my website..its purposelesss i frame seems good tell me more – Ali Gajani Mar 3 '12 at 20:20
Follow that tutorial and then come back with specific questions. – DMCS Mar 3 '12 at 21:54
How do you I actually get the url using fb and turn on read action when someone visits – Ali Gajani Mar 13 '12 at 19:58

protected by Matt Apr 24 '12 at 13:27

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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