Tagged Questions
0
votes
2answers
194 views
401 error showing while requesting access token in my twitter application for a website
i am developing my first twitter application.i managed to get request_token and i successfully redirected after the twitter login.But my problem is i cant get the access token it showing 401 response.
...
0
votes
1answer
255 views
in tweepy get_authorization_url() locally HTTP Error 401: Unauthorized but in the web works correctly
I am developing with google appengine sdk and python, I'm trying to incorporate my twiiter app
import tweepy
TWITTER_CONSUMER_KEY = 'XXXXXXXXXXX'
TWITTER_CONSUMER_SECRET = 'xxxxxxxxxx'
auth = ...
2
votes
2answers
690 views
How to update status on twitter using C# and LINQ to Twitter library
I am writing an Metrol Style App to update status on my Twitter. I use LINQ to Twitter library. But I don't understand why my app throws exception 401 Unauthorized. Here is my code:
private void ...
3
votes
1answer
410 views
Twitter stream using OAuth in Python behaving differently on two equally configured machines
I have the same piece of coding to deal with Twitter User Stream running on two different machines. Both machines are Ubuntu Lucid using python 2.6.5, but on the machine in my home I receive HTTP ...
5
votes
3answers
7k views
iPhone: why i got this error — HTTP error 401— Twitter
hi i am developing Twitter client on iPhone, here i am using MGTwitter library and OAuthentication, i am Authenticating(sign in) and Getting Request Token,
My problem is, when i send request i am ...
1
vote
1answer
842 views
MgTwitterEngine + SAOauthTwitterEngine generate 401 on post
when i do a simple request using twitter api on ipad simulator, why does server send a 401 error while using iphone simulator it seems to work?
i use MGtwitterEngine and SAOauthTwitterEngine.
it ...
1
vote
3answers
1k views
Error 401 when trying to update status with twitter4j
I am trying to update status on twitter using twitter4j. Everything works fine on localhost, but when I try to do it on server I get authorization error:
401:Authentication credentials were ...
1
vote
1answer
1k views
401 accessing no-auth required Twitter user timeline
according to the twitter api documentation
http://dev.twitter.com/doc/get/statuses/user_timeline
accessing the current logged in users timeline does not require auth. But i'm getting a basic auth ...
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
5answers
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: ...
