1

How to Generate twitter oauth_signature in Ruby, I am not using any library like(Oauth, Twitter, twitter_oauth)

Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41

2 Answers2

0

Your question is quite ambiguos.

You should start by reading Twitter dev's documentation on OAuth. There's even an example there with the OAuth gem. I used this gem for my code too and was able to authenticate with Twitter's API. After trying out some solution, come back for more specific questions.

Fernando Briano
  • 7,699
  • 13
  • 58
  • 75
0

I made a small twitter command line app: you can have a look at the code to see a more complex example.

p4010
  • 943
  • 7
  • 19