XAuth is a Twitter API method that allows easy OAuth access token retrieval for an account without going through a full OAuth authentication sequence.
0
votes
0answers
15 views
Android Readability integration
I want to use Reader API within my Android app. I try to implement OAuth authorization, because 1) don't want to store users username/password 2)XAuth didn't work and returned "Parameter not found: ...
0
votes
0answers
60 views
Getting an access token from Instapaper using XAuth
I'm having trouble getting an access token from the Instapaper API.
I'm using the OAuth library here.
var client = OAuthRequest.ForClientAuthentication(consumerKey, consumerSecret, username, ...
0
votes
1answer
87 views
Invalid magic cookie when connecting in mac
I am trying to access a remote ubuntu server through ssh -X from mac. I enabled X11 Forwarding in the sshd_config. After connecting the ubuntu, when I try to start wireshark, I get the below error
...
1
vote
0answers
159 views
xquartz: couldn't query security extension and xterm failing
I am using OSX 10.7.5 from my MacBook Air to login to remote Linux workstation, running Suse (/etc/issue: SUSE Linux Enterprise Desktop 11 SP2 (x86_64) - Kernel \r (\l))
Everything was working fine ...
2
votes
0answers
193 views
Register Tumblr app for iPhone app
I registered an app on the Tumblr developer website for my iPhone app. The app need to upload a photo to Tumblr with tags and caption and it's running normally. However, the photo after uploaded on ...
0
votes
1answer
821 views
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 ...
0
votes
1answer
283 views
Start X Program with /etc/crontab on Debian 6.0.4 [closed]
I am trying to start a X-Programm (e.g. gedit or Firefox) with crontab.
I have searched quite a while, and the forums are full of help, unfortunately nothing was usefull for me.
What I am trying is, ...
1
vote
0answers
224 views
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 ...
1
vote
2answers
374 views
ios5 reverse auth twitter empty response
I just got an email from twitter saying my keys have now been enabled for reverse auth so
I git cloned the following project : https://github.com/seancook/TWiOS5ReverseAuthExample
and swapped the ...
0
votes
1answer
484 views
Xauth 401 Error When Authenticating with Tumblr with Objective-C
I haven't been able to find a solution for getting an Objective-C and XAuth working for Tumblr. I found many Twitter examples so what seemed to make sense was to hijack Twitter-XAuth and replace the ...
1
vote
1answer
442 views
Trying to get xauth to work with Ruby and the Readability API
I'd like to use the Readability API through the Readit gem; however, I've been having some trouble trying to get an access token through XAuth. Here's the code that I have:
require 'highline/import'
...
0
votes
2answers
156 views
What is the purpose of having access token for server side?
I see that when connecting services to twitter/facebook, sometimes apps are storing the user access token in the server. What is the most common purpose of doing this? I've read several twitter/fb ...
1
vote
1answer
187 views
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 ...
1
vote
1answer
612 views
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 ...
1
vote
0answers
181 views
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 ...
0
votes
1answer
422 views
Custom Login using xAuth?
In our project, we want to give the user the option to only fill out one login screen, then the app should check many social networks for this email & password combination and log the user in ...
1
vote
1answer
694 views
API Authentication method for a social network's own mobile app
As we all know social networks like Twitter, Facebook have their own mobile apps. Other 3rd party apps use their API which can be authenticated over only OAuth protocol after registering for an app.
...
1
vote
2answers
503 views
xAuth for Java?
I am looking to write a desktop/cli Java app that interacts with Tumblr. To do that I need to use xAuth. I was hoping that Spring Security could be used to here however, I can't find any supporting ...
1
vote
2answers
285 views
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 ...
1
vote
1answer
133 views
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 ...
2
votes
2answers
1k views
Tumblr API Blog methods return 401 “Not Authorized”, but User methods works perfect
So, there is a code that uses xAuth authentication to call tumblr API methods:
import urllib
import urlparse
import oauth2 as oauth
consumer_key = "..."
consumer_secret = "..."
consumer = ...
7
votes
1answer
868 views
Instapaper API & Javascript XAuth
I've spent most of today try to implement Instapaper's XAuth API. I haven't even been able to get an oauth token, yet.
Any ideas what I'm doing wrong?
I'm using node.js and the oauth module. It's my ...
0
votes
2answers
363 views
Getting XAuth to work with Node.JS & OAuth
I'm building my first node.js app, and trying to integrate it with the Instapaper API. Instapaper only uses XAuth, and I'm a little confused how it works.
Should I use the node-oauth module and try ...
1
vote
0answers
144 views
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 ...
1
vote
1answer
130 views
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 ...
0
votes
1answer
353 views
Ruby OAuth : display request header?
I'm using the ruby oauth gem for an xAuth implementation.
Here is the code I have so far (and it works):
require "RubyGems"
require "oauth"
require "json"
require 'active_support'
consumer = ...
1
vote
1answer
626 views
twitter4j xAuth authentication
I'm trying to integrate xauth authentication using the twitter4j library
I've found multiple guides similar to http://www.hiteshagrawal.com/java/twitter-xauth-permission-using-java that all indicate ...
0
votes
1answer
400 views
Android Twitter4J(xAuth): one device works, one device doesn't
Here is the stacktrace:
06-16 14:44:20.462 5526 5535 W System.err: **The screen name / password combination seems to be invalid.** Relevant discussions can be on the Internet at:
06-16 14:44:20.462 ...
0
votes
1answer
450 views
How to fix xAuth problems with MgTwitter in a Cocoa app?
I am developing a Twitter client for Mac OSX and I am using MgTwitter framework.
I use xAuth login method and it works fine but I can't get tweets from my timeline.
Here is the error message in the ...
0
votes
1answer
225 views
MGTwitterEngine: Which user is logged in?
i'd like to know how can i know wich user is logged in at the moment? I'm using xAuth, and i'm not using the SAOAuthTwitterEngine, so i'm limited to the MGTwitterEngine methods. Thanks.
0
votes
0answers
740 views
OAuth/xAuth Instapaper Verification (for iOS)
I'm trying to incorporate the Instapaper API in an app that I'm creating. Reading the full API, it requires the usage of OAuth. I have the OAuthConsumer library ready, and this is the code that I ...
5
votes
2answers
614 views
Is it possible to get Gmail oauth or xauth tokens with OmniAuth?
I want to get oauth or xauth tokens from GMail to use with gmail-oauth. I'm thinking of using OmniAuth but it seems not to support GMail yet, which means that with stock OmniAuth is impossible. Is ...
3
votes
1answer
1k views
Access Tokens Persistence Best Practices (iOS)
Should access tokens for services like Twitter and Facebook be encrypted?
In particular, should tokens be stored on the the device's Keychain vs. UserDefaults? What are some possible security issues ...
4
votes
1answer
686 views
Is OAuth on a mobile phone using a proxy server just too much trouble?
I have spent the last few days getting an OAuth implementation up and running. Not on Android, but on my web server that will act as the proxy to the OAuth protected service. I'm just about to ...
0
votes
1answer
1k views
Twitter Xauth demo
Here we have tried below code for twitter xauth .. but dont get proper result , if any body have idea about which step we do wrong ...
package com.test.twitter;
import ...
0
votes
2answers
1k views
how to get oauth_nonce,oauth_timestamp for mail to api@twiier.com?
I want to integrate Xauth to my apps. Any body have idea about how to get oauth_nonce,oauth_timestamp for mail to api@twiier.com?
Thanks in advance
0
votes
1answer
433 views
Android Twitter integration
Hello Friends
I have to ingrate X auth to my android apps using Xauth, any body have idea about X auth code for twitter integration , if any body have twitter Xatuh demo apps , plz send me. Twitter ...
3
votes
1answer
282 views
It is possible (and/or a good idea) to reuse OAuth tokens between apps?
I'm working on an iPhone app that uses xAuth to login to Twitter. The app also communicates with my own web service. Rather than maintain a user model inside the web service, I'd like to just allow ...
0
votes
2answers
567 views
implementing twitter xauth in java
I am trying to implement twitter xauth using java.
I have already registered application and gained privilege for xauth. I already used API for login, post and other. Now I want to do it on my own. I ...
6
votes
1answer
882 views
xauth using python-oauth2
I am trying to implement xauth for instapaper using python-oauth2. I am able to find samples for oauth but I didnt find any for xauth. Can someone share samples or the api documentation?
0
votes
1answer
362 views
XAuth with nodeJS
I want to know if there is any module for XAuth (general or for Twitter). I try create a module for node.js but really piced off because one problem with the Headers (that can't resolve it).
0
votes
1answer
74 views
xauth privileges
to get xauth privileges what we have to send in email to api@twitter.com ?after how many days we will get that?
1
vote
2answers
391 views
How long does it take to get xAuth approval from Twitter, and what are their requirements?
What are Twitter's requirements for an app to get the ability to log in users via xAuth (as opposed to the traditional oAuth)? Are they stingy about who they allow to use xAuth, or are they generous ...
1
vote
1answer
487 views
android: twitter OAuth XAuth
I need to public game result in user's twitter page. Is there a way to do it automatically using XAuth or OAuth (I saw a few aexamples and each one needs user actions). Thanks!
0
votes
1answer
454 views
Connecting to Twitter using xAuth on iPhone and/or OAuth on Web?
I am building a Web site and iPhone app right now. My site and app requires registration.
I have received xAuth permission from Twitter and was going to use this for the iPhone app so that users can ...
1
vote
1answer
244 views
How to share twitter user credentials between web and mobile applications?
Our web allows the user to publish tweets in his timeline automatically when he does some particular actions. However, a mobile app is connected with the web, an sometimes some actions the user does ...
1
vote
2answers
298 views
iOS Development: What are some reasons I should to use XAuth to authenticate a twitter user?
I see many people using XAuth in their app to authenticate twitter users and I'm wondering what are some situations that I would want to use XAuth in my own apps.
Thanks for your wisdom!
0
votes
0answers
421 views
Twitter clients, using xAuth?
I'm doing a little web page for obtain a list of my timeline as RSS using TweetSharp.
http://socialfeed.apphb.com
I noted that other twitter clientes aren't using the pin in the authorization, all ...
0
votes
2answers
309 views
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 ...
1
vote
2answers
233 views
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 ...
