Closed ikaiser closed 10 years ago
I guess it's because of spam filter or something. Ask FB.
spam filter ?? the comment is correctly post on facebook,
how can I ask facebook?
here is the right place to ask. https://developers.facebook.com/support/
I get this error only when i comment my post inmy timeline, but, when other user comment my post, not have any error. why?
i reopen this issue
please ask FB, not here..
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??