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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -