Tagged Questions
0
votes
0answers
31 views
Http 401 along with Http 500 in blackberry app development
I am developing a Blackberry Application With Oauth Webservice.
While I am sending a GET request, I am getting HTTP 401 status code first
although i am sending authorization header properly.When i ...
2
votes
1answer
388 views
Error 401 Unauthorized (Invalid OAuth Token) during AppEngine Deployment with Eclipse Plugin
I'm trying to deploy a fairly large app over an unfortunately fairly slow internet connection from within Eclipse. After something like 15-30 minutes during the file-upload, the deploy process aborts ...
0
votes
1answer
161 views
Error 401 when using OAuth in PHP
I'm trying to connect to my University's OAuth system. Unfortunately it returns a 401 error:
This request requires HTTP authentication ().
I have replaced the actual values for the keys etc below ...
1
vote
1answer
1k views
[PHP]Error 401 Token invalid while using google api oauth access token
After getting acces token I'd like to use it to read protected data (e.g. contacts). But as a response to the request I'm getting
Token invalid - Invalid AuthSub token.
Error 401
I compared ...
0
votes
1answer
575 views
401 error with Ruby OAuth for Twitter
xI've been working for days to get Twitter to authenticate with Ruby, but I'm not having any luck.
My first attempt was something like this:
class TwitterController < ApplicationController
def ...
3
votes
1answer
646 views
Coldfusion Vimeo oAuth
Hey guys, I’m trying to figure out the oAuth process using coldfusion and there doesn't seem to be a lot of information on the forums.
I keep getting “401 Unauthorized - Invalid signature - The ...
2
votes
2answers
1k views
mgtwitterengine and oauth 401 error: Boggled
OK... so here is my code:
twitterEngine = [[MGTwitterEngine alloc] initWithDelegate:self];
[twitterEngine setConsumerKey:CONSUMER_KEY secret:CONSUMER_SECRET];
accessToken = [twitterEngine ...
3
votes
4answers
3k views
401 Unauthorized using oauth with twitter on iPhone
I use Twitter-OAuth-iPhone.
When I try to login on twitter with SA_OAuthTwitterEngine, I received an error 401
I received the delegate call for:
- (void) OAuthTwitterController: ...
