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

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -