1. So i've been messing around with the twitter API but I can not seem to get it to work? OAuth seems to be tricky for me so i've decided to see if you guys have any experience? Or is there a simpler way of getting the twitter API without using a OAuth sig?
    Error if I dont use anything with a OAuth:
    Code:
    {"errors":[{"code":215,"message":"Bad Authentication data."}]}
     
  2. Wulf

    Wulf Community Admin

    Pretty sure they need OAuth. I've not messed with it, but you'll likely have to do a few webrequests each time to get the data you need.