Questions tagged [xauth]

XAuth is a Twitter API method that allows easy OAuth access token retrieval for an account without going through a full OAuth authentication sequence.

With the XAuth API method you can supply Twitter credentials (username/password) and get back a usable access token in one go.

This might be a better functional match for desktop or mobile (=non-web) clients. It could also be used for a one time conversion of a userbase from Twitter credentials to Twitter OAuth access tokens.

See the documentation by Twitter about XAuth for more information. You need to request permission to use this method for you Twitter application by emailing Twitter, stating why you would need this Use Case for your application.

106 questions
0
votes
2 answers

Trying to set up the test program using iphone-twitter. URLShortener error

Okay, UPDATE, I am now receiving the following errors, please help! Ld build/Debug-iphonesimulator/Test.app/Test normal i386 cd /Users/rahulvarshney/Documents/newbieC/956Family/956Family/iphone-twitter/Example setenv MACOSX_DEPLOYMENT_TARGET…
0
votes
1 answer

xAuth Objective-C implementation on Foursquare

nHi, I am trying to create an iPhone app that uses xAuth to connect to Foursquare. Does anybody have any examples they can direct me to? I know there are a lot of twitter implementations of xAuth out there, but I'm having trouble adapting them to…
ajayjapan
  • 349
  • 4
  • 18
0
votes
1 answer

How to make Twitter XAuth post request data for access token?

When I had used following code, I got the message "Failed to validate oauth signature and token" NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"https://api.twitter.com/oauth/access_token"]]; …
cnook
  • 117
  • 12
0
votes
1 answer

SET X-AUTH-TOKEN in WSO2 ESB

We need to set the http header property X-Auth-Token in ESB before sending it to endpoint. The endpoint authenticates this token. When we X-Auth-Token in header property it's not working. Can you suggest the way to set the X-Auth-Token property in…
0
votes
1 answer

Question about OAuth/XAuth Authentication

When I develop a App Project on iPhone, it's need to authenticate. My basic requirement is to have custom login screen. But the Service providers currently provide OAuth protocal only, not XAuth protocal. Does this mean that if I use OAuth protocol,…
Sean
  • 21
  • 2
0
votes
2 answers

Blackberry Twitter client

I just want to tweet on my own wall from my Blackberry application. xAuth would be the best way to have seamless UI integartion. But unfortunately, I'm not able to get it work.. I tried twitter_api_me-1.3 which has xAuth implementation but it gives…
Ramya K Sharma
  • 743
  • 8
  • 16
0
votes
1 answer

JHipster using 2 authentication types together

Working on a jhipster project and love it. Its fantastic. I am wondering if its possible to have both session based and x-auth-token or oauth together ? We want our users to be able to access the the web interface but also call the API from server…
David Gildea
  • 153
  • 1
  • 7
0
votes
1 answer

Anyone got Twitter xAuth working with the Compact Framework yet?

This question is related to a number of other questions on oAuth on the Compact Framework (one, two) but seems slightly more specific to me, as it specifically involves getting Twitters xAuth API call (meant for non web applications to be able to do…
peSHIr
  • 6,279
  • 1
  • 34
  • 46
0
votes
1 answer

Process for XAuth login through Facebook

I have a valid API key from facebook and I tried using this line of code: facebookClient = new Facebook("my APP ID"); facebookClient.authorize(this, this) from Facebook login through android I also overriden DialogListener in this…
Rick Royd Aban
  • 904
  • 6
  • 33
0
votes
1 answer

Retrofit OkHttp and Signpost (xAuth) on Android

I was wondering if its possible to be able to use Retrofit with OkHttp to make a xAuth post call, with the hashed body of the cass as part of the oauth headers. I have a basic implementation working for get requests, which do not have a body,…
akshaydashrath
  • 1,025
  • 8
  • 18
0
votes
0 answers

xAuth authentication in iOS

How would I go about working with xAuth authentication in an iOS app? I've used this library in the past, but it hasn't been updated for AFNetworking 2.0 and is very buggy as is anyway. Is it possible to do with NSURLConnection or NSURLSession…
Doug Smith
  • 29,668
  • 57
  • 204
  • 388
0
votes
1 answer

Bug in library causing hundreds of crashes, but I can't pinpoint it. I have the crash data from users, what is causing this crash?

In order to authenticate Instapaper, which uses XAuth, I use AFXAuthClient which is an extension to AFNetworking 1.0 that adds XAuth support for authenticating. It works really well, for 99% of my users. But for a few dozen, it's caused a TON of…
Doug Smith
  • 29,668
  • 57
  • 204
  • 388
0
votes
1 answer

connecting to vimeo with xauth in python

I'm trying to write a console script to process some videos and automatically upload them. Using my vimeo developer account, I created an application. Each time I upload, it will be with this user's account. I requested and received permission to…
shelbydz
  • 543
  • 6
  • 23
0
votes
2 answers

How to find oaut_consumer_key in Twitter api?

I was downloading a Demo of Twitter "xAuth with .NET" from this Article link http://www.voiceoftech.com/swhitley/index.php/2010/03/twitter-xauth-with-net/ Click Here To Download Demo when I run this application and give the user name and password…
0
votes
1 answer

Best practice for Twitter login on iOS5 (xAuth or oAuth with Twitter Framework?)

I want to get timeline from twitter account, and I need to create the login part. I want to ask what is the best practice for that. iOS5 twitter api doesn't let me create custom login screen, the user need to go to the setting and get back to my app…
Umeumeume
  • 1,952
  • 3
  • 21
  • 40