ruby on rails - Posting comments to the feed with facebooker2 -
does know how post comments feed facebooker2? used facebook_session.user.comment_on previous version of facebooker(v1).
i use facebooker2 + mogli gem:
post = mogli::post.new post.message = "just message" me = mogli::user.find("me", current_facebook_client) me.feed_create(post)
Comments
Post a Comment