Joined June 2014
·
Posted to
Posting to facebook groups all at once using ruby
over 1 year
ago
thanks for reply. But I really can't find much of posting message to facebook through Koala. Could you give me a hint where could I find it? I already exhausted 3 days on searching related topics but it is very limited documents I could find.
Posted to
Posting to facebook groups all at once using ruby
over 1 year
ago
hi, is there anyway to post the message with hyperlink inside to the Facebook group with Koala and facebook's graph API?
I finally figured out how to post the message to FACEBOOK. It needs to get usergroups & publishaction permission for the accesstoken first. I missed them in the beginning when I tried to use putwallpost method. But if I use putpicture, it could work without such permissions.
So the conclusion is if anyone wants to post to facebook Group through Koala with Facebook Graph API, he needs request the accesstoken with usergroups and publish_action first.