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
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
Post a Comment