简体   繁体   中英

how to automatically publish the post on my app facebook page using rails

I have a blogging application in Ruby on Rails.

I want to publish all the blogs which are published on my rails application to my facebook page automatically from background jobs.

I explore the Facebook Graph Api Feed Api and do some hit and try but didn't get any success.

So could anyone please suggest that how I achieve that.

Thanks in advance.

Well, definitely the gem you are looking for is Koala

It is a lightweight, flexible library for Facebook with support for OAuth authentication, the Graph and REST APIs, realtime updates. It also allows you to post on your page.

It also allows you to post pictures and videos on Facebook

Here is a complete documentation for this gem

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM