ruby on rails - Facebook API Publish feeds in Group -


i posting feeds on pages thru facebook api published normally. posts appears on fans feeds, (may irritate them if these in numbers, can understand)

i want post these feeds in group like

posting of feeds in groups

i using koala gem posting feeds using

https://graph.facebook.com/[user_id]/feed?message="" 

rails code

graph = koala::facebook::api.new(page[:token]) result = graph.put_object("me","feed",facebook_attributes(feedback)) 

you cannot because posts grouped facebook algorithms.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -