I am trying to send an OAuth access token in an HTTP header via NSURLConnection but it doesn\'t seem to be sending the header because the API keeps giving me an error saying tha
I had same problem. In my case I changed "http" to "https" and everything works fine