[twitter-dev] Re: xauth error -1012

2010-05-16 Thread neptune2000
Same here. I get this with the XAuthTwitterEngineDemo:

Twitter request failed: BCC3F69C-36CE-4C86-B50B-8E8B094E2DCD with
error:Error Domain=HTTP Code=403 Operation could not be completed.
(HTTP error 403.)

Has any of you guys figured out how to fix this?


On Apr 26, 7:00 pm, luckyman luckyman...@gmail.com wrote:
 Hi,
 I have same problem.
 Received approval from Twitter.
 But the same thing.
 Do you have solutions?

 On Apr 21, 5:13 am, sae twitp...@gmail.com wrote:



  Hi,
  I just set up my application forxauthand started testing.
  It keeps failing with error message:

  Error Domain=NSURLErrorDomain Code=-1012UserInfo=0x268d70 Operation
 couldnotbecompleted. (NSURLErrorDomain error -1012.)

  What is this error?  Is anything wrong with my app setting, or my
  parameter  maynotbe correct?
  Any clue will be really appreciated...

  Here is the copy of signature-base-string and authorization header,
  which all look ok to me:

  POSThttps%3A%2F%2Fapi.twitter.com%2Foauth
  %2Faccess_tokenoauth_consumer_key%3Dxx%26oauth_nonce
  %3D684B1D0C-4276-47BD-9A43-C31FDDD0DD8A%26oauth_signature_method
  %3DHMAC-SHA1%26oauth_timestamp%3D1271708678%26oauth_version
  %3D1.0%26x_auth_mode%3Dclient_auth%26x_auth_password%3Dxx
  %26x_auth_username%3Dy

  OAuth realm=\\,
  oauth_consumer_key=\\,
  oauth_signature_method=\HMAC-SHA1\,
  oauth_signature=\rg5s%2BW8wMxSx5MJt0wV3idqjriI%3D\,
  oauth_timestamp=\1271708678\,
  oauth_nonce=\684B1D0C-4276-47BD-9A43-C31FDDD0DD8A\,
  oauth_version=\1.0\;

  --
  Subscription 
  settings:http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[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 returns a
403:

Twitter request failed: 18C9AA7E-05BF-408D-A8CE-7480A2FAD4CB with
error:Error Domain=HTTP Code=403 “Operation could not be completed.
(HTTP error 403.)”

Has something changed on Twitter's end regarding the xAuth protocol
since March 11, which is when Aral Balkan's code was last modified?

Any ideas?

Thanks.

-- neptune2000


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

2010-05-16 Thread neptune2000
Item closed. Twitter now returns 403 when re-sending the same message,
which is what the referenced demo program does.

On May 15, 12:56 pm, neptune2000 papa.ma...@gmail.com wrote:
 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 returns a
 403:

 Twitter request failed: 18C9AA7E-05BF-408D-A8CE-7480A2FAD4CB with
 error:Error Domain=HTTP Code=403 “Operation could not be completed.
 (HTTP error 403.)”

 Has something changed on Twitter's end regarding the xAuth protocol
 since March 11, which is when Aral Balkan's code was last modified?

 Any ideas?

 Thanks.

 -- neptune2000