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.

Était-ce utile?

La 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

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top