How to Generate twitter oauth_signature in Ruby, I am not using any library like(Oauth, Twitter, twitter_oauth)
Asked
Active
Viewed 1,372 times
2 Answers
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