0

Just for fun last night I started to write a Twitter App, basic stuff it would search for tweets, follow some people, RT and Favourite tweets containing certain words etc.

I used this example for getting started Stack OverFlow Answer

I modified it to search for what I wanted and great I had a list of tweets, I was thinking I'm s@#t hot. Then I wrote a whole bunch of code to RT and Follow some people and every "POST" request I made fell down with the following error.

{"errors":[{"message":"Your credentials do not allow access to this resource","code":220}]}

After some research I only appear to have Application-only authentication.. My question is how do I get authentication to make "POST" Requests?

Community
  • 1
  • 1
JKX
  • 177
  • 2
  • 15
  • https://dev.twitter.com/oauth/overview – Eser Aug 06 '15 at 07:56
  • Thanks for the answer, but I asked the question because I don't fully understand the process on dev.twitter.com, I thought I had implemented what I needed to "Post" but I was incorrect – JKX Aug 06 '15 at 07:59

0 Answers0