Question

I’m set up devise and omni-auth for both twitter and Facebook and now I’d like to allow users post a tweet or Facebook post from my app. I’m looked all over and confused on where to start for this. For right now I just want it to be a dummy post, doesn’t need to include anything from my rails app.

Was it helpful?

Solution 2

To post tweets on Twitter you can go for Twitter gem. Read the documentation here

For Facebook you can go for Koala gem Read the documentation here

OTHER TIPS

If you are looking for an example app for posting on twitter then you may check it out here with a working app posting on twitter: https://github.com/railscasts/359-twitter-integration

Hope you may find it useful

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top