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
2
votes
0 answers

No xauth data warning X11 forwarding from macOS Catalina - linux

I try to make a ssh connection from MacOS to linux. I've tried to follow several tips found on the internet, however I still get the following error when I tried to run xclock: X11 connection rejected because of wrong authentication. Error: Can't…
janema
  • 33
  • 1
  • 7
2
votes
2 answers

How to learn about web communcation standards (xauth rest soap oauth json)?

I am an android application developer (trying to be one) and I want to learn how to communicate with web sites from my applications. However, I don't know where to start. Can you point me in the right direction? PS : I believe "web communcation…
shiz
  • 115
  • 1
  • 5
2
votes
0 answers

confusion: xauth or oauth or my own auth?

i'm logged in to a.com now i'm on b.com b.com accesses my localstorage and sees that i'm logged in to a.com and asks me if i want to download my pictures from a.com 1- what if i don't want b.com to know that i have all those accounts on my local…
Devrim
  • 2,826
  • 5
  • 25
  • 31
2
votes
1 answer

Using xAuth from python using tweepy

I am trying to write a twitter client application in python. I would like to use xAuth for authentication. My choice on the library is tweepy, because it seems that it knows everything I need. Here is my problem: >>> import tweepy >>> auth =…
tamasd
  • 5,747
  • 3
  • 25
  • 31
2
votes
0 answers

Error in locking authority file for parallelisation with qmake

I work with Rscript on a cluster. qmake (a specialized version of GNU-make for the cluster) is used to parallelize jobs on several nodes. But Rscript seems to need to write a Xauthority file and it creates an error when every nodes work in the same…
tmaroilley
  • 21
  • 1
2
votes
1 answer

How would you format an Auth/OAuth header like this a Python dict?

I'm using python-requests to get an access_token from Twitter using xAuth and their private keys. Currently, an issue is that I don't know how to format this header: Authorization: OAuth…
Graham Smith
  • 2,125
  • 2
  • 13
  • 12
2
votes
0 answers

How to request xAuth privileges of my iPhone App for Custome Twitter Login UI?

In my application i want to use my own Login page for twitter login. I search around and i found tutorial and code for that http://www.icodeblog.com/2009/07/09/integrating-twitter-into-your-applications/ ,https://github.com/aral/XAuthTwitterEngine i…
Nignesh
  • 197
  • 1
  • 10
1
vote
1 answer

connecting to Facebook via custom UI through using the xauth

I am working on a mac application which involves Facebook support so that they can share to Facebook via our app. For this, I am using Facebook Graph API's which internally uses oAuth protocol to access user resources. In this process, it uses…
1
vote
2 answers

Tumblr Xauth Android - 400 Bad Request Error

I am trying to use Xuath with Tumblr. I have already emailed the Tumblr Support team to enable Xuath for my app and they obliged. However, while trying to retrieve the user key and secret, I continually get a '400: Bad Request' error. I couldn't…
Abhijit
  • 4,853
  • 3
  • 30
  • 33
1
vote
0 answers

How iOS is sending app name in tweets without taking twitter app id

I was studying iOS Twitter framework and comparing it with Twitter's oAuth/XAuth APIs. I got the following doubts,- In any oAuth/XAuth flow one needs to specify registered app id. But here the APIs dont take any app id, just I guess apple app id is…
Manasij Sur Roy
  • 103
  • 2
  • 7
1
vote
2 answers

Requesting xAuth permission from Twitter API Policy

Twitter API Policy team requires iOS app developer to apply for permission to use xAuth. They suggest me to use oAuth first, but as I'm using MGTwitterEngine, I am unable to use oAuth as communication, except when I use my consumer key & consumer…
Raptor
  • 53,206
  • 45
  • 230
  • 366
1
vote
0 answers

How twitter app developers keep their xAuth key private?

Considering that ALL HTTP request must be made from the user side, both consumer_key and consumer_secret should be right in user's RAM. So, I think every app could use xAuth by stealing other's key and secret. That confused me, because twitter says…
leafduo
  • 144
  • 1
  • 5
1
vote
0 answers

OAConsumer multi-part POST

I am using the Objective-C OAConsumer framework to post to an OAuth/XAuth API and it is working really well to post basic strings, where I simply add an OARequestParameter. But I can't seem to find any reference to doing multi-part posts, where for…
DownUnder
  • 23
  • 4
1
vote
1 answer

XAuth fail when password contains a "#"

I am experiencing a very weird error with my xauth implementation. It fails when the password contains a "#". I snooped out the raw headers, and it looks almost exactly the same as another app that works, except for a different looking nonce (does…
meow
  • 27,476
  • 33
  • 116
  • 177
1
vote
0 answers

Webscraping behind Log-In with X-Auth and Bearer token

I am creating a little script which would save countless hours for me and my colleagues. The thing is I need to get data of my clients from web page based on their number (CLIENT_NO). The whole page is of course behind log in page, but I manually…
Im_Gas
  • 11
  • 2