nov / fb_graph

This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead.
MIT License
1.04k stars 191 forks source link

POST comment! #368

Closed ikaiser closed 10 years ago

ikaiser commented 10 years ago

Hy i have an question, i have this code:

post = FbGraph::Post.new(post_id_ref_facebook, :access_token => access_token) bool = post.comment!( :message => params[:comment][:content], :access_token => access_token, )

the comment is posting on facebook

receive this message:

FbGraph::Unauthorized (OAuthException :: An unexpected error has occurred. Please retry your request later.):

and the script is blocked and not receive the id of comment why??

nov commented 10 years ago

I guess it's because of spam filter or something. Ask FB.

ikaiser commented 10 years ago

spam filter ?? the comment is correctly post on facebook,

how can I ask facebook?

nov commented 10 years ago

here is the right place to ask. https://developers.facebook.com/support/

ikaiser commented 10 years ago

I get this error only when i comment my post inmy timeline, but, when other user comment my post, not have any error. why?

ikaiser commented 10 years ago

i reopen this issue

nov commented 10 years ago

please ask FB, not here..