[twitter-dev] xAuth request approval / rejection?

2011-07-28 Thread Jay Santos
Hi, I've just registered my first app (an iOS / Android game) with Twitter and requested xAuth privileges for it. What I want to do is simply allow the players to click a button in order to post their score along with a link to the game's page on App Store / Marketplace (e.g.: I've just scored

Re: [twitter-dev] xAuth request approval / rejection?

2011-07-28 Thread Taylor Singletary
Hi, You can apply for xAuth access by emailing a...@twitter.com and including as much about your native application as possible, preferably with links to screenshots. The criteria for xAuth include: the application is native for the device it is running on (non web-based), the account and

Re: [twitter-dev] xAuth request approval / rejection?

2011-07-28 Thread Jay Santos
Thanks Taylor, I've applied yesterday and got a reply. Unfortunately since we still don't have the art for the game I can't provide the screenshots. So I'm putting the xAuth process to a halt until I have it published in the App Store / Android Marketplace. But I basically wanted to know what

[twitter-dev] XAuth Authorization

2011-06-27 Thread yatibawri
Hi all, I have a query on how can i register my app with xAuth. I get an error in this line : AccessToken token = twitter.getOAuthAccessToken(); I get an error:Failed : The screen name / password combination seems to be invalid. and Error 401.. So please help me to solve my issue -- Twitter

Re: [twitter-dev] XAuth Authorization

2011-06-27 Thread Georgooty varghese
Hi, xAuth is not enabled by deafult when you registering the application. To enabling this, you should send a detailed mail to a...@twitter.com with the application details. Regards, George On Mon, Jun 27, 2011 at 2:55 PM, yatibawri yatiba...@gmail.com wrote: Hi all, I have a query

Re: [twitter-dev] xAuth login

2011-06-24 Thread Taylor Singletary
Hi Sushil, Twitter enforces that timestamps be within a reasonable amount of time from the present, so this is expected behavior. One way that you can get plan ahead for this is by reading the Date HTTP header that is sent in the response to every request -- once you parse that date, you can

[twitter-dev] xAuth Android not working

2011-06-09 Thread Lancelot Admin
Hi everyone, I've been trying this for a couple of days and I can't make it work. I have the xAuth permissions enabled on my app but I keep getting the same error over and over: 01 Unauthorized: Authentication credentials were missing or incorrect. This is the code I have using twitter4j:

[twitter-dev] [xAuth-iphone]Follow action doesn't work

2011-04-28 Thread Matt Wang
Dear Sir or Madam, I am programming for Number 10 iphone application.Currently,this application has xAuth access and can post information via twitter. However, when I try to call [twitterEngine enableUpdatesFor:@follower] for adding a follower. it will return a 401 error. here is my code: -

Re: [twitter-dev] xAuth

2011-04-27 Thread Taylor Singletary
Hi Bess. As aways for xAuth access, you can email a...@twitter.com to request access. Were you not able to finish your documenting of xAuth in the period of time you had access? Do you need any other assistance in using xAuth? Taylor @episod http://twitter.com/episod - Taylor Singletary On

[twitter-dev] xAuth

2011-04-23 Thread Bess
Hi Twitter API How can I request to extend my xAuth? I believe my xAuth has been expired for the app. I applied xAuth for preparing the Twitter developer book last year. It was approved for a few months. Now my xAuth app doesn't work any more. xAuth may be expired and shut down. Now the

Re: [twitter-dev] xAuth

2011-04-23 Thread Evadne Wu
Hello Bess, Is it indeed not working? Tried TwURL [1]? It’s generally not a really good idea to share API keys / secrets, though, as it’s also rate-limited… [1]: https://github.com/marcel/twurl -ev On Apr 23, 2011, at 15:22, Bess wrote: Hi Twitter API How can I request to extend my

[twitter-dev] xAuth...

2011-04-06 Thread henning0700
Hi all, What are your experiences in requesting xAuth access? The first time I requested access was nearly three weeks ago. I then sent another request last week and still no response. Yep...nothing, nada, zip, zero, zilch... Thanks. Henning -- Twitter developer documentation and resources:

Re: [twitter-dev] xAuth...

2011-04-06 Thread Taylor Singletary
We're usually much faster than this at answering xAuth requests.. a few tips on making sure that your message gets received and is actionable: * Send the email to a...@twitter.com from the same email address associated with the account that owns the application * Clearly state the purpose of the

Re: [twitter-dev] xAuth...

2011-04-06 Thread Taylor Singletary
Oh, one more tip for requesting xAuth access: * Check your Junk folder regularly for responses -- many developers in the past have found their responses from our ticketing system in their Spam folder. @episod http://twitter.com/episod - Taylor Singletary On Wed, Apr 6, 2011 at 7:21 AM, Taylor

[twitter-dev] xAuth without sending the password suggestion

2011-02-28 Thread Albert
Hi! Good day! I'm Albert Padin and I've been looking at your implementation of xAuth, and I want to make a suggestion for it. The suggestion I want to make allows the requesting application to make a user authentication (login) request without including the password credential in the request

[twitter-dev] xAuth and Delphi

2011-01-13 Thread Leonmeijer
Hello all, This is my first post on this list. I'm writing a Twitter application which has xAuth access but I'm having problems writing it in Delphi, I used the TTwitter thing but this doesn't seem to have xAuth functionality and I can't get it to work. Does someone have an example of a Delphi

[twitter-dev] xAuth access_token returning 1-length 401 response

2011-01-10 Thread Eric Will
I'm trying to to get xAuth to work with my application, using libcurl and a modified TwitCurl engine. Whenever I attempt to obtain an access token, I get a 401 error that contains a single space character (0x20) and nothing else, which is extremely unhelpful. Whenever I try to do other things

[twitter-dev] xauth in PHP

2011-01-01 Thread genux33
Hi, Is there anyone have the tutorial or code for twitter xauth login for PHP? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change

Re: [twitter-dev] xauth in PHP

2011-01-01 Thread Dwi Sasongko S
Hi, Why do you need xauth? Take it as the last option, use oauth instead. On 2 Jan 2011, at 00:22, genux33 calebzhi...@gmail.com wrote: Hi, Is there anyone have the tutorial or code for twitter xauth login for PHP? -- Twitter developer documentation and resources:

[twitter-dev] xAuth Approval

2010-12-15 Thread Iman Zarrabian
Hi all, I'm new to the whole OAuth/xAuth thing I'd like t know how long it's gonna take to twitter api team to authorize a xAuth use request ? any feedback on that ? I guess you got this question 100 times a day, no ? sorry ;) thx in advance -- Twitter developer documentation and

[twitter-dev] Xauth 401 error....T^T by iOS

2010-12-12 Thread Mchello
I use this source at https://github.com/aral/XAuthTwitterEngine first.. I register my App at dev.twitter.com and send message to a...@twitter.com .. about Xauth Key.. and i get consumerKey and consumerSecret.. I change consumerKey and consumerSecret line at XauthTwitterEngine I can get

Re: [twitter-dev] xAuth Request gives Error from samsung tv maple browser

2010-12-06 Thread umamahesh G.
HI Tom, Thanks for your support. I am using javascript for samsung TV Applicaiton not for normal browser so there is no way to know about keys and secret key.Actually Samsung SDK uses Maple browser and application runs on this browser. I hope you help me out from this issue. Please find the

Re: [twitter-dev] xAuth Request gives Error from samsung tv maple browser

2010-12-04 Thread Tom van der Woerdt
You really shouldn't implement xAuth in JavaScript for obvious reasons, like how impossible it is to keep your keys secret. Tom On 12/4/10 6:19 AM, mahesh wrote: HI Team, Here i have been getting the following problem. I can able to post the message to twitter using xAuth Protocol in

[twitter-dev] xAuth Request gives Error from samsung tv maple browser

2010-12-03 Thread mahesh
HI Team, Here i have been getting the following problem. I can able to post the message to twitter using xAuth Protocol in safari but i can't from firefox ,samsung tv browser Maple and IE. I am using javascript xmlhttprequest and sha1 for signature. Is twitter send response when we request

[twitter-dev] XAuth authentication fail on Chinese machine

2010-11-01 Thread pawan
Hi, We have created a Desktop Twitter application, In this application I have used XAuth feature to get data from Twitter API. It works fine on Win 7 Ultimate machine. However when I run my application's exe on core Chinese Win 7 machine, I got The remote server returned an error: (401)

Re: [twitter-dev] XAuth authentication fail on Chinese machine

2010-11-01 Thread Tom van der Woerdt
Hi, Most 401 Unauthorized errors (and especially the ones involving UTF8 characters) are because of errors in the Base String, used to generate the signature. Please use the validation tool at http://quonos.nl/oauthTester, it may help you a lot with validating your Base String. As access_token

Re:Re:Re: [twitter-dev] xauth return Failed to validate oauth signature and token

2010-10-31 Thread engine.start
I need your help At 2010-10-29 17:11:55,engine.start 477914...@163.com wrote: Hi Tom, Thanks for your reply, I have fix the problem you mentioned, but it still return Failed to validate oauth signature and token... sigBase is ---

Re:Re:Re:Re: [twitter-dev] xauth return Failed to validate oauth signature and token

2010-10-31 Thread engine.start
I have tested the header by this way: create header by twitcurl, and then use it in qtweetlib, it is OK, but fail when opposite. So I think maybe the problem is how curl openssl requesting token, but I have no idea about it At 2010-11-01 09:07:01,engine.start 477914...@163.com wrote: I

Re: [twitter-dev] xauth return Failed to validate oauth signature and token

2010-10-29 Thread Tom van der Woerdt
Your x_auth_* parameters aren't in your base string. This might cause it. Tom On Oct 29, 2010, at 6:10 AM, udta 477914...@163.com wrote: Hi, I am using libtwitcurl, and converting oAuth to xAuth, but I got Failed to validate oauth signature and token. I compare all I can printf data to

[twitter-dev] xauth return Failed to validate oauth signature and token

2010-10-28 Thread udta
Hi, I am using libtwitcurl, and converting oAuth to xAuth, but I got Failed to validate oauth signature and token. I compare all I can printf data to libQtweet(xauth succesful), and couldn't found any error sigBase is: POSThttps%3A%2F%2Fapi.twitter.com%2Foauth

[twitter-dev] xAuth request returns 401, need help

2010-10-27 Thread Chrys Bader
Hey all, This is my first post in this group, hi! I am having trouble making a request on https://api.twitter.com/oauth/access_token. I've been at this for 2 days and I can't make any progress. I feel like everything matches up with all examples, documentation, and other forum posts perfectly.

[twitter-dev] xAuth - sometimes success response, sometimes Error-response

2010-10-05 Thread andy
Hello, I´m using xAuth in an ActionScript 3.0 Project. I still have problems that I sometimes get a successful response, and a couple of times a faulty response. If I get a bad response, then I have the HTTP status code 401 with following error message: Failed to validate oauth signature and

Re: [twitter-dev] xAuth - sometimes success response, sometimes Error-response

2010-10-05 Thread Taylor Singletary
It's likely not the nonce that is invalid in this case -- or the timestamp. In this case, the error specifically is indicating that it couldn't validate the request. Does the alternate 401 vs success happen with the exact same credentials, or are you using different credentials? Taylor On Mon,

[twitter-dev] xAuth - sometimes Error with StatusCode 401, sometimes Response with StatusCode 200

2010-09-27 Thread andy
Hello, I using xAuth for an Flash-Application. I have written in the group Twitter Development Group already several entries, as there was problems to use xauth. I currently have an application that works half way. The problem is that I sometimes get a response with a HTTP- StatucCode of 200 and

Re: [twitter-dev] xAuth - sometimes Error with StatusCode 401, sometimes Response with StatusCode 200

2010-09-27 Thread Tom van der Woerdt
401 is a general HTTP error code. The message is more important. If the message is about an invalid nonce, then you should check the timestamp. If it's about a nonce that had already been used, check the nonce. If it's a signature error, check the code that generates the signature and make sure

[twitter-dev] xAuth problem with using filter streams

2010-09-27 Thread Shinpei Ohtani
Hi all, I got xAuth problem using filter streams. My simple code has been doing fine before September(just logging). But there is something changed after sometime in September, the same code is forbidden(403) by Twitter. I processed xAuth authentication at July, and my code has been doing great

Re: [twitter-dev] xAuth problem with using filter streams

2010-09-27 Thread Tom van der Woerdt
Hi, The 403 error can mean a lot of things. Can you give us the error message itself, instead of what Twitter4j gives you? Tom On Mon, 27 Sep 2010 19:03:58 +0900, Shinpei Ohtani shinpei.oht...@gmail.com wrote: Hi all, I got xAuth problem using filter streams. My simple code has been doing

Re: [twitter-dev] xAuth problem with using filter streams

2010-09-27 Thread John Kalucki
The reason text was enclosed. It says 403 - Administratively Forbidden. You've been blacklisted, almost certainly for violating the API policy. -John Kalucki http://twitter.com/jkalucki Twitter, Inc. On Mon, Sep 27, 2010 at 6:06 AM, Tom van der Woerdt i...@tvdw.eu wrote: Hi, The 403 error

Re: [twitter-dev] xAuth problem with using filter streams

2010-09-27 Thread Shinpei Ohtani
Thanks for notifying me. Is there any specific documents what causes banned my account? I must read the docs carefully now. I found this one: http://dev.twitter.com/pages/api_faq#wrong Any other documents? Thanks in advance. On Mon, Sep 27, 2010 at 10:19 PM, John Kalucki j...@twitter.com

Re: [twitter-dev] xAuth problem with using filter streams

2010-09-27 Thread Shinpei Ohtani
Hi Tom, Thanks for reply. The error message from Twitter says Administratively forbidden\n, that's all. This message is not from Twitter4j, Twitter tells it as response body. Thanks, On Mon, Sep 27, 2010 at 10:06 PM, Tom van der Woerdt i...@tvdw.eu wrote: Hi, The 403 error can mean a lot of

Re: [twitter-dev] xAuth problem with using filter streams

2010-09-27 Thread Taylor Singletary
Hi Shinpei, The best way to inquire about specific blacklisting reasons is by sending an email to a...@twitter.com from the email address associated with a Twitter account. Include your IP address(es) and as much information about what API operations you've been making and at what frequency.

Re: [twitter-dev] xAuth problem with using filter streams

2010-09-27 Thread Shinpei Ohtani
Taylor, Thanks for the answer. These resources are helpful to me, and I send email to a...@twitter.com, and wait and see what's going on. Thanks for the help. On Mon, Sep 27, 2010 at 11:05 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Shinpei, The best way to inquire about

[twitter-dev] xauth help for: 'failed to validate oauth signature and token'

2010-09-26 Thread Doug
Hi folks, I have been banging my head against the wall trying to figure out why I keep getting 'failed to validate oauth signature and token' when requesting the access token using xauth. I did get xauth enabled, however I should point out there is nothing indicating this in the app's detail

Re: [twitter-dev] xAuth problem

2010-09-22 Thread Taylor Singletary
Hi Narayan, I'd like to help, but I need more information in order to debug. Can you verify that your consumer key and secret are correct (and the same as what you have stored currently on dev.twitter.com)? Is there any reason you can think of that your application may have become suspended?

[twitter-dev] XAuth - bad request

2010-09-21 Thread Gary
Hello, I am developing a desktop application using C++ and QT. (I'm not using QAuth because I don't want to have to encorporate QCA and OpenSLL into my app.) I am attempting to perform xAuth and I'm getting 400 (bad request). Here are the details (data taken from

Re: [twitter-dev] XAuth - bad request

2010-09-21 Thread Tom van der Woerdt
First, let me start by saying that xAuth is only an extension to OAuth and that you will have to implement OAuth as well. The problem with your request is that you send all oauth_* parameters as header. That's wrong: the correct syntax is Authorization: OAuth oauth_nonce=nonce,

[twitter-dev] xAuth problem

2010-09-21 Thread privatejava
Since many days i can see my xAuth is not working .It gives me error/ exception while i try to login my twitter user via xauth method.My application is a standalone app with api twitter4j.I've even already verified my xAuth but why isn't it working? Please help! -- Twitter developer

Re: [twitter-dev] xAuth problem

2010-09-21 Thread Taylor Singletary
Hi there, Has anything changed about your environment? Perhaps your clocks have changed and you aren't generating valid timestamps? When you applied and were approved for xAuth, was it a conditional approval meant for transitional purposes? Have you tried utilizing xAuth from another code base?

Re: [twitter-dev] xAuth problem

2010-09-21 Thread Narayan Maharjan
Hello Taylor, I 've already checked my timestamp before couple of days. The exception occurs on all of the user who are using my application.So I think it may be due to my own application. I use twitter4j api. It shows exception every time i try to login. Please help. Thanks. On Tue, Sep 21,

[twitter-dev] XAuth signature error

2010-09-13 Thread Double K
hi, my name is Kim. I will make XAuth module. So i need developer help. i make signature base string for example POSThttps%3A%2F%2Fapi.twitter.com%2Foauth %2Faccess_tokenoauth_consumer_key%3DsGNxxnqgZRHUt6NunK3uw %26oauth_nonce%3DWLxsobj4rhS2xmCbaAeT4aAkRfx4vSHX4OnYpTE77hA

[twitter-dev] xAuth token and secret not working for POST methods

2010-09-13 Thread nattu
Hi, I am using Twitter xAuth to get tokens (my application is approved for using xAuth). However the tokens do not have any write permissions, so I cannot use any API that requires POST. I am getting '401 Unauthorized' error when accessing the APIs which requires POST. Note that there are no

[twitter-dev] xAuth returning 401 error.

2010-09-13 Thread Josh Knowles
Hm. Still having troubles with my iPhone app -- when I try to post using xAuth, I get a 401 error. Twitter claims the app has xAuth access on their end. Not sure what to do... Anyone else experiencing this issue? Thanks! Josh Knowles http://auscillate.com -- Twitter developer documentation

Re: [twitter-dev] XAuth signature error

2010-09-13 Thread Tom van der Woerdt
On 9/13/10 7:01 AM, Double K wrote: hi, my name is Kim. I will make XAuth module. So i need developer help. i make signature base string for example POSThttps%3A%2F%2Fapi.twitter.com%2Foauth %2Faccess_tokenoauth_consumer_key%3DsGNxxnqgZRHUt6NunK3uw

Re: [twitter-dev] xAuth returning 401 error.

2010-09-13 Thread Tom van der Woerdt
On 9/13/10 1:16 PM, Josh Knowles wrote: Hm. Still having troubles with my iPhone app -- when I try to post using xAuth, I get a 401 error. Twitter claims the app has xAuth access on their end. Not sure what to do... Anyone else experiencing this issue? Thanks! Josh Knowles

[twitter-dev] xAuth approval times

2010-09-10 Thread supersonicduck
Hi, I've totally missed the announcement that basic authentication will be disabled end of August, so now my iPhone app's twitter functionality is broken. I've submitted a request to get access to xAuth authentication two days ago and still didn't get a response. What kind of timeframe are we

Re: [twitter-dev] xAuth approval times

2010-09-10 Thread Taylor Singletary
Hi Alex, We do our best to keep the wait under 72 hours, but there are times it will take longer. Taylor On Fri, Sep 10, 2010 at 4:33 AM, supersonicduck alex.stanko...@gmail.comwrote: Hi, I've totally missed the announcement that basic authentication will be disabled end of August, so now

[twitter-dev] xAuth Newbie having trouble

2010-09-06 Thread Garry
OK, I'm trying to send my first xAuth request, but I'm getting 401 Unauthorized. Here is the base string I am signing: POST%26https%3A%2F%2Fapi%2Etwitter%2Ecom%2Foauth%2Faccess%5Ftoken %26oauth%5Fconsumer%5Fkey%3Dwd0fPXXX9m9O7OYRg%26oauth%5Fnonce

Re: [twitter-dev] xAuth Newbie having trouble

2010-09-06 Thread Taylor Singletary
Without looking to deeply yet (sorry, on vacation!) it appears you are over encoding values in your signature basestring.. For example, underscores are not protected characters and need not be encoded. I recommend reviewing the OAuth spec regarding encoding characters and ensure your encoder

Re: [twitter-dev] xAuth Newbie having trouble

2010-09-06 Thread Tom van der Woerdt
You should try verifying your Base String using my OAuth validator, http://quonos.nl/oauthTester/ Your Base String looks like it is encoded too much. Syntax is methodurlparameters. You have method%26url%26parameters. Tom On 9/6/10 2:53 PM, Garry wrote: OK, I'm trying to send my first xAuth

[twitter-dev] xAuth support

2010-09-02 Thread Rajat
Hi, I have just received an e-mail that Starting August 31, all applications will be required to use “OAuth” to access your Twitter account. Wondering if there is any impact on xAuth and whether xAuth is still supported? Any info on this will be much appreciated. Thanks, Rajat -- Twitter

Re: [twitter-dev] xAuth support

2010-09-02 Thread Cameron Kaiser
I have just received an e-mail that Starting August 31, all applications will be required to use _OAuth_ to access your Twitter account. Wondering if there is any impact on xAuth and whether xAuth is still supported? Any info on this will be much appreciated. xAuth is still supported. --

[twitter-dev] XAuth 401 error

2010-09-01 Thread bjcoredev
Hi, My mobile app was working like a charm using xAuth authentication until this morning (in France). Even after the Basic Auth removal my app was working (using xAuth) yesterday evening but this morning in france, my app always returns 401 error.I 'have'nt changed anything. Have you changed

Re: [twitter-dev] xAuth not Working (Help)

2010-08-31 Thread João Paulo Sabino de Moraes
Thanks for Replying Guys! Taylor, Why was it necessary to generate generate other keys ? And Tom (or Taylor) I'm using consumerSecret because at session : Example request for an xAuth request token, this key is listed in the request keys. So, is this example depracated ? Another doubt. After

Re: [twitter-dev] xAuth not Working (Help)

2010-08-31 Thread Taylor Singletary
By revealing your consumer secret in this forum, especially for a key that has access to xAuth, you've basically compromised your application and the potential security of many -- your consumer secret should be kept safe and outside of public visibility. It's still a necessary component for you to

Re: [twitter-dev] xAuth not Working (Help)

2010-08-31 Thread João Paulo Sabino de Moraes
thanks taylor, I'm using a newer as3 api, and lookint at its sorces I saw how to get oauth_signature only for oauth authentication and I'm trying to adapt it to xAuth. I think my only problem is the way I'm calculating oauth_signature based on hmac as you can see at the 2 lines below

Re: [twitter-dev] xAuth not Working (Help)

2010-08-31 Thread Matt Harris
Hey João, The signing key is the concatenation of the consumer_secretuser_secret. If you don't have a user_secret the signing key will be consumer_secret. A couple of examples consumer_secret: 1234 user_secret: signing_key: 1234 consumer_secret: 1234 user_secret: 5678 signing_key:

[twitter-dev] xAuth not Working (Help)

2010-08-30 Thread João Paulo Sabino de Moraes
Hi Everyone, I´ve got an application account that has already an xAuth access. But I still got 401 Error saying : Failed to validate oauth signature and token; I thinks I´m not missing any parameter, the code is in as3 but you can see the parameteres and more below the encoded signstring .

Re: [twitter-dev] xAuth not Working (Help)

2010-08-30 Thread Taylor Singletary
Hi João, Can you share the code you use to actually execute the request? I'd like to make sure that all the OAuth-related parameters are being sent in the HTTP header, the x_auth_* parameters should be in the POST body. You shouldn't have any x_auth parameters in your authorization header, and

Re: [twitter-dev] xAuth not Working (Help)

2010-08-30 Thread Tom van der Woerdt
Actually, it looks very much wrong. You are including your secret in the Base String and POST. Don't. Tom On 8/30/10 11:44 PM, Taylor Singletary wrote: Hi João, Can you share the code you use to actually execute the request? I'd like to make sure that all the OAuth-related parameters are

Re: [twitter-dev] xAuth not Working (Help)

2010-08-30 Thread Taylor Singletary
Good eye, Tom. Thanks -- missed that in my quick once-over. João -- I had to regenerate your consumer key and secret. You'll want to go to your application on dev.twitter.com to obtain your keys again. Thanks, Taylor On Mon, Aug 30, 2010 at 2:46 PM, Tom van der Woerdt i...@tvdw.eu wrote:

[twitter-dev] xAuth — how long wait for accept?

2010-08-26 Thread brainsolid
I would like to use xAuth and I send a request to a...@twitter.com one week ago. There is still no any answer so I would like to know, how long I must wait for accepting my request? Please, share your experience. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

[twitter-dev] xauth nonce and token secret

2010-08-17 Thread Olu
I'm trying to implement Twitter XAuth for my application. My application has already been registered and approved for XAuth privileges. However, the documentation mentions that I need to include a nonce or token secret when authenticating. What is this? I have no idea what the nonce or token

Re: [twitter-dev] xauth nonce and token secret

2010-08-17 Thread Tom van der Woerdt
On 8/18/10 12:11 AM, Olu wrote: I'm trying to implement Twitter XAuth for my application. My application has already been registered and approved for XAuth privileges. However, the documentation mentions that I need to include a nonce or token secret when authenticating. What is this? I have

[twitter-dev] xAuth

2010-07-23 Thread DrewC
I'm getting a 401 when I try to use xAuth in my iPhone app. Is this occurring for others?

[twitter-dev] xauth token exchange failing

2010-07-19 Thread Isaiah Carew
Hi, I'm seeing across the board failure of xAuth token exchange for my app, Kiwi. The app has not changed for months and is in use by thousands of users. So I don't think it's something I've done recently. Is it related to what I'm seeing on status.twitter.com? Is there a way to tell

Re: [twitter-dev] xauth token exchange failing

2010-07-19 Thread Taylor Singletary
Hi Isaiah, This is related to the same issue you see on status.twitter.com -- it's effecting many user-related write operations (including, for instance, instantiating an access token on behalf of a user). We are working to resolve the issue. Taylor On Mon, Jul 19, 2010 at 12:10 PM, Isaiah

Re: [twitter-dev] xauth token exchange failing

2010-07-19 Thread Isaiah Carew
The status page at: dev.twitter.com/status says things are all go -- but I'm still getting 500s during token exchange. Any updates? isaiah http://twitter.com/isaiah On Jul 19, 2010, at 12:55 PM, Taylor Singletary wrote: Hi Isaiah, This is related to the same issue you see on

[twitter-dev] xAuth: Fetching Acess_Token.. 401 Error

2010-06-18 Thread priju paul
Hi All, Im Tired!!! Was working on this right from mrning to get the authentication working using xAuth. I always get *401 error*. Here is what im doing. Request URL: https://api.twitter.com/oauth/access_token Signature Base String: POSThttps%3A%2F%2Fapi.twitter.com

Re: [twitter-dev] xAuth: Fetching Acess_Token.. 401 Error

2010-06-18 Thread Taylor Singletary
Hi Priju, Assuming that you also have xAuth access enabled in your application, I think the issue might be around your timestamp -- it appears to be in milliseconds and not seconds -- the oauth_timestamp field should be in seconds. Hope that solves your problem! Thanks, Taylor On Fri, Jun 18,

[twitter-dev] xAuth 401 error Invalid / used nonce

2010-06-17 Thread videouploader89
When trying to authorise the user I get given a 401 error with the error message:{request:/oauth/access_token,error:Invalid / used nonce} Looking at the debug output taken from libcurl and looking at values it looks like it should be working to me, I've tested the signature generation with the

[twitter-dev] xAuth - favorites/create - bug - 401 error

2010-06-16 Thread chiu ming luk
The xAuth - favorites/create - is broken I make calls to - favorites/create with an ID parameter using xAuth $response = $connection-get ( 'favorites/create', array ('id' = $status_id ) ); but I always getting 401 Not authorized Error ===

[twitter-dev] xAuth Unsupported URL Error

2010-06-03 Thread Craig Hanson
Hello, I recently received authorization from Twitter to use xAuth for authentication on an iphone application. I am using the POST method as described in the docs for xAuth, however, everytime I make my NSMutableURLRequest I get an 'unsupported url' error. The url I'm using the post to looks

[twitter-dev] xAuth Permissions

2010-06-01 Thread jsleuth
How long does it typically take Twitter to respond to a request for xAuth permissions? I sent an email to a...@twitter.com with the necessary information. The auto-response I received from them included a link to my ticket that didn't work. Actually, the link worked but the page it arrives at

Re: [twitter-dev] xAuth Permissions

2010-06-01 Thread Jann Gobble
EXACTLY my problem... My original ticket: 1008949 gave the same problem last week--closed or deleted. I ended up logging in using my MouseAddict account and creating a new support ticket (1009858) ...unfortunately it was around 900 tickets AFTER this first one...which makes me think my

Re: [twitter-dev] xAuth Permissions

2010-06-01 Thread Abraham Williams
Processing for XAuth is usually within a couple of days. Might be few days more since it is a long weekend in the states. The ticketing count is for all support request to Twitter not just XAuth tickets and if you sent the request to a...@twitter.com it is looked at by the @twitterapi and skips

[twitter-dev] xAuth between client and server.

2010-05-24 Thread Rufo Sanchez
I'm currently developing an iPhone app that interfaces with Twitter. On initial purchase and setup, the application would function completely independent of our service, interacting directly with Twitter, and can continue to be used without our service. This is the typical use case of xAuth, so no

Re: [twitter-dev] xAuth between client and server.

2010-05-24 Thread Taylor Singletary
Hi Rufo, The best way to approach this scenario is that you would: A) Collect access tokens through xAuth on your iPhone application. B) Using some secure means, you would transmit the access token to your server-side application, associating them with the user C) For new users to your

Re: [twitter-dev] xAuth between client and server.

2010-05-24 Thread Rufo Sanchez
Taylor, We're definitely going to make it very clear when you opt-in that you're linking your account to an outside service. Glad to hear the exchange of xAuth tokens from our app to the server won't be a problem. Thanks for the clarification! Rufo On Mon, May 24, 2010 at 12:30 PM, Taylor

[twitter-dev] xAuth and Appcelerator Titanium

2010-05-21 Thread ecreatures
I'm currently developing an iPhone App with Titanium. I got the xauth set up from Twitter but I'm unable to get it work. 1 How do I retrieve more information after my request than 401 Authentication needed in order to debug my app? 2 is there a HMAC_SHA1 library in javascript that I can trust? 3

[twitter-dev] XAuth Issues with MGTwitterEngine

2010-05-21 Thread taylanpince
Hello, I am having some issues implementing XAuth support into an iPhone application using MGTwitterEngine and OAuthConsumer libraries. I know that XAuth support has been rolled in to MGTwitterEngine fairly recently, but I need to get this app working as soon as possible, so I would appreciate

[twitter-dev] xAuth gives 401 error code

2010-05-19 Thread asho...@huawei.com
Hi, I tried to use xAuth. and facing the below exception. Can u please help finding the issue. Thanks Ashok 05-20 01:36:48.582: INFO/AccessToken(530): x_auth_username=sahuashokx_auth_mode=client_authoauth_version=1.0oauth_nonce=516625b7- d264-434f-856f-a2bf3a1bb7b6oauth_signature_method=HMAC-

Re: [twitter-dev] xAuth gives 401 error code

2010-05-19 Thread Taylor Singletary
Hi Ashok, When using xAuth, it's required that you use HTTP-header based OAuth rather than query parameter based OAuth. It appears that you are mixing both together in these requests -- using both query-string based OAuth and header based OAuth. Your request URI should only include:

[twitter-dev] xAuth now returns a 403 when posting a tweet

2010-05-16 Thread neptune2000
I have been using the xAuth code by Aral Balkan for my iPhone apps: http://aralbalkan.com/3133/ The code had been working fine for a couple of months both getting token and posting tweets. I rerun the code today, and all of a sudden while getting the token still work, posting a tweet always

[twitter-dev] xAuth Access

2010-04-30 Thread Hugo Nunes
Hello, I have aked for having access to the xAuth API and I have received an e-mail with the message above: Thanks for your interest in XAuth. Your application now has the ability to use XAuth, and you can read the documentation here:

Re: [twitter-dev] xAuth Access

2010-04-30 Thread Abraham Williams
You can check if xauth access is enabled on http://dev.twitter.com -- Little androids dreaming of Nexus Ones compiled this text. On Apr 30, 2010 5:59 PM, Hugo Nunes hgnu...@gmail.com wrote: Hello, I have aked for having access to the xAuth API and I have received an e-mail with the message

[twitter-dev] xAuth problems

2010-04-29 Thread Fernando Olivares
Hello everyone, I'm having constant 401 errors when trying xAuth. My application has already been accepted and its permissions granted and refreshed. Any ideas what the problem is?

Re: [twitter-dev] xAuth problems

2010-04-29 Thread Cameron Kaiser
I'm having constant 401 errors when trying xAuth. My application has already been accepted and its permissions granted and refreshed. Any ideas what the problem is? Post your sig base, if you have it. xAuth is working fine over here. What are you using to do your oAuth signatures? --

Re: [twitter-dev] xAuth problems

2010-04-29 Thread Taylor Singletary
Hi Fernando, Happy to help you out. Common issues when trying to get xAuth to work: - You must be using HTTP headers for the OAuth Authorization - You must be using POST as your method - You must be using SSL - Your POST body must contain the x_auth_* parameters as standard

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread John Meyer
On 4/26/2010 8:59 PM, M. Edward (Ed) Borasky wrote: On 04/26/2010 05:16 PM, Cameron Kaiser wrote: xAuth is a method for which to exchange usernames and passwords for those tokens, without send the user through the workflow. this is for two reasons: 1. mobile/desktop application authors have

Re: [twitter-dev] xAuth Approval?

2010-04-27 Thread M. Edward (Ed) Borasky
On 04/27/2010 04:53 AM, John Meyer wrote: On 4/26/2010 8:59 PM, M. Edward (Ed) Borasky wrote: Yeah ... but I *like* having the browser involved. Which is fine. However, there are other people who don't like getting the browser involved (people making command line Linux programs, for

  1   2   >