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 got Facebook permission for publish_stream for the user. Then I want to use the token key to post a message under a fan page's comment using XID.

I code my application according to these instructions, but I have an error message:

SETTINGS: Unrecognized pref_type 0 for NullProfileSettings pref name default_non_connection_tab.

Does anyone have any idea how to solve this?

Thanks!

share|improve this question

1 Answer

There's no /feed connection on a post; it should be /comments

share|improve this answer
Hi lgy! Thanks for your quick response I tried it but it is not working still... using graph.facebook.com/_XID_/… doesn't help me post a message under the xid... it just displays the comments within the xid. – Timothy Wong Jun 1 '12 at 20:03
i'm not sure what you mean by 'xid' here - xid was a parameter on the old comments plugin - are you referring to a post on a page / in news feed / etc? – Igy Jun 1 '12 at 20:39
yup exactly, I got the xid from a post made within a fan page. I retrieved that by clicking on the root post's date. I would just like to post a comment reply on that post. – Timothy Wong Jun 1 '12 at 21:01
when you retrieve the post ID from the page's /feed connection it should be of the form nnnnnnnnnn_nnnnnnnnn, posting to /POST_ID/comments?message=comment should work – Igy Jun 1 '12 at 21:24
I gave that a try but then it doesn't work, have you tried it before? – Timothy Wong Jun 2 '12 at 7:14
show 2 more comments

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.