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 created a website that posts custom open-graph action to my feed.

www.nfreviews.com

the custom action is 'nfreviews:review' and the custom object is 'nfreviews:nf_movie'.

I posted this action/object from my site, and then 2 friends made comments.

Question 1: Even though my friends saw my post, I did not. It did not show up in my feed at all. Is there a reason for this?

I did however receive a Notification regarding the comments made with the following URL...

https://www.facebook.com/smatthews1999/activity/10200222482667981?comment_id=5987863&notif_t=open_graph_action_comment

However when I click on this url, the browser does not go anywhere.

Question 2: Why does this link not take me to the comments?

I then attempted to see the content using the facebook social Activity plugin, with the following DIV: (with some angle brackets removed)

div class="fb-activity" data-site="http://www.nfreviews.com" data-app-id="273318296116198" data-action="nfreviews:review"

The plugin displayed my post, but not the comments. I tried to supply different 'data-action' but to no avail.

Question 3: Why no comments? How are these comments to be accessed / displayed?

finally.. here is the json returned from open graph explorer regarding my post and the subsequent comments... just so no one thinks I'm crazy!! (I have changed Ids and names of my friends)

Thanks in Advance. Sam


"id": "10200222482667981",
         "from": {
            "name": "Sam Matthews",
            "id": "1329816304"
         },
         "start_time": "2012-12-06T14:30:06+0000",
         "end_time": "2012-12-06T14:30:06+0000",
         "publish_time": "2012-12-06T14:30:06+0000",
         "application": {
            "name": "NFReviews",
            "namespace": "nfreviews",
            "id": "273318296116198"
         },
         "message": "...except that the North Koreans have invaded the dance studio and got Drake and Josh all confused.  I would have given this another star if iCarly was in it.",
         "data": {
            "review_rating": 1,
            "has_spoilers": false,
            "tag_line": "It's like Glee......",
            "nf_movie": {
               "id": "433700583352025",
               "url": "http://www.nfreviews.com/fb/index.cshtml?reviewid=82",
               "type": "nfreviews:nf_movie",
               "title": "Red Dawn"
            }
         },
         "type": "nfreviews:review",
         "no_feed_story": false,
         "comments": {
            "data": [
               {
                  "id": "10200222482667981_5987837",
                  "from": {
                     "name": "John Doe",
                     "id": "XXXXXXXXXX"
                  },
                  "message": "Well if the Bieber isn't in it I'm not watching it!",
                  "can_remove": true,
                  "created_time": "2012-12-06T15:27:24+0000",
                  "like_count": 0,
                  "user_likes": false
               },
               {
                  "id": "10200222482667981_5987863",
                  "from": {
                     "name": "Mary Doe",
                     "id": "XXXXXXXXXX"
                  },
                  "message": "Did you see the terrible lip sinking? They were supposed to be Chinese dammit!",
                  "can_remove": true,
                  "created_time": "2012-12-06T15:38:58+0000",
                  "like_count": 0,
                  "user_likes": false
               }
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.