Pregunta

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.

¿Fue útil?

Solución 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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top