[twitter-dev] Twitter XAuth issues

2010-12-16 Thread JG
Hi I have been attempting to implement Twitter using XAuth in an upcoming PS3 title but I am having a lot of issues with authentication, roughly 90% of my requests fail with 401 : Failed to validate oauth signature and token. I have already ruled out the usual suspect of dodgy timestamp and retry

[twitter-dev] Twitter xAuth using Java

2010-09-18 Thread Hitesh
I was successfully managed to implement twitter xAuth permissions using Java. I have used Twitter4J package for it. Also i have posted the code snippets on a href=http://www.hiteshagrawal.com/java/ twitter-xauth-permission-using-javaTwiiter xAuth Permission in Java/ a -- Twitter developer

[twitter-dev] Twitter xAuth using MGTwitterEngine

2010-09-17 Thread Khanh Nguyen
Hi all, I sent the request to get approvals from Twitter for using xAuth, and Twitter has approved. But I still got error as below: = m2010-09-17 16:43:25.317 me360[2189:207] m_authenticateRequest =

Re: [twitter-dev] Twitter xauth login for posting and receiving Tweets

2010-09-15 Thread Ernandes Jr.
Your code looks OK! Either your problem is related to your keys our your environment. Have you tryied to run you code on a real device? On Wed, Sep 15, 2010 at 6:30 AM, vinod mopuruvinodre...@gmail.com wrote: Hi, Hi, I imported the libraries: xauth-encoders.jar kxml2-min-2.3.0.jar,

Re: [twitter-dev] Twitter xauth login for posting and receiving Tweets

2010-09-15 Thread Zahid Naqvi
did you get the xAuth permissions from the twitter? -- *Thanks Regards* *Zahid Naqvi | Senior Software Engineer* -- * G1-11, I.T.Park, M.I.A. (Extn.) Udaipur - 313003 Rajasthan India (M) *+91-9799966000* | (R) *+91-141-2608333*

[twitter-dev] Twitter - XAuth

2010-09-07 Thread Georgooty varghese
Dear Twitter, I have used XAuth authentication used for my application. I have implemented twitter client in C# on 1 month ago , Now these days I got gateway error first time logging. Next time logging no pblm. I have no changed in code side. If any updation in XAuth authentication mechanism. In

Re: [twitter-dev] Twitter - XAuth

2010-09-07 Thread Tom van der Woerdt
On 9/7/10 9:11 AM, Georgooty varghese wrote: Dear Twitter, I have used XAuth authentication used for my application. I have implemented twitter client in C# on 1 month ago , Now these days I got gateway error first time logging. Just write some code to handle 500 errors - they happen a lot.

Re: [twitter-dev] Twitter - XAuth

2010-09-07 Thread Georgooty varghese
Hi, Thanks for your reply. How to handle 500 error. I have post a tweet into twitter in english using my twitter client.But I couldn't be able to post a tweet in malayalam/arabi. Could u please explain me, how to encode url for that. Regards, George On Tue, Sep 7, 2010 at 2:31 PM, Tom van der

Re: [twitter-dev] Twitter - XAuth

2010-09-07 Thread Taylor Singletary
Hi Georgooty, Present an example the status update you are trying to send with the UTF-8 characters, and I'll show you how it should be encoded. There's also a reference you can take a look at that iterates nearly every single possible UTF-8 character and how they should be encoded for a status

[twitter-dev] Twitter xAuth with Chilkat Hail Mary - Internal Server Error (500)

2010-05-12 Thread Peter Cross
Greetings, Can anyone spot what I'm doing wrong here? I've been busting my head on it for way too many hours. Any help much appreciated! -ZPC = HTTP Requirements: * You are using POST * You are using SSL *