[twitter-dev] Re: Invalid / used nonce

2010-07-30 Thread Mounir Regragui
n "advised" way to generate the nonce value. I was using the formula of the OAuth library : it concatenates the timestamp and a random integer value, and then it applies a MD5 hash on it. Maybe you or someone else know another way that works to generate this value. Regards. Mounir Regragu

[twitter-dev] Invalid / used nonce

2010-07-29 Thread Mounir Regragui
act same code and it is valid : http://pastebin.com/6knpLHBW (I will reset my key and secret ^^) I really do not know where the issue comes from, because the code was running flawlessly last week! Any kind of help appreciated. Regards. Mounir Regragui

[twitter-dev] Re: Invalid / used nonce

2010-07-28 Thread Mounir Regragui
are creating for each request -- this is across all requests your > API key makes. > > Are there different machines you run your code on when it works versus when > it does not? > > Thanks, > Taylor > > On Wed, Jul 28, 2010 at 8:12 AM, Mounir Regragui wrote: > > >

[twitter-dev] Invalid / used nonce

2010-07-28 Thread Mounir Regragui
calls (POST & GET) but also occurs when trying to authenticate with OAuth. I would like to know if there is a reason to this error, and if there is a way to solve this problem. Any help appreciated. Regards. Mounir Regragui

[twitter-dev] OAuth echo base string(TwitPic)

2010-07-20 Thread Mounir Regragui
Hi everyone! So I would like to add a feature to upload a picture to twitter via twitpic! Seems like it is using something called OAuth echo, that has additional parameters to the standard OAuth! I would like to know how to build my base string, so i can generate a signature. Should I use the sta

[twitter-dev] Re: Can't retrieve requestToken because of a Redirection

2010-07-20 Thread Mounir Regragui
Seems like it's working now! (I didn't change my code !!) So good news then :) On 15 juil, 17:19, Mounir Regragui wrote: > And yes, the clock on the phones are correctly set :) > > On 15 juil, 17:16, Mounir Regragui wrote: > > > Oops, I got the wrong communication

[twitter-dev] Re: Can't retrieve requestToken because of a Redirection

2010-07-15 Thread Mounir Regragui
And yes, the clock on the phones are correctly set :) On 15 juil, 17:16, Mounir Regragui wrote: > Oops, I got the wrong communication dump^^ Sorry about that, the issue > is not on the authorization step, but on the access token step :p > > Ok, so using thehttps://api.twitter.com

[twitter-dev] Re: Can't retrieve requestToken because of a Redirection

2010-07-15 Thread Mounir Regragui
he > calls for request_token and access_token should be made using a standard > HTTP library for your programming environment, but the authorize page should > be loaded in a web browser. > > We shouldn't have any issue with your custom URI scheme on the request_token > step.

[twitter-dev] Re: Can't retrieve requestToken because of a Redirection

2010-07-15 Thread Mounir Regragui
etary wrote: > Hi Mounir, > > Can you detail step-by-step the full URLs and OAuth headers/query string > parameters you are using throughout these steps? This should all be > consistently achievable if you're using all the right end points. > > Taylor > > On Tue,

[twitter-dev] Re: CMS application on each domain

2010-07-13 Thread Mounir Regragui
If you want special callback URIs, you should email the api support team. On 13 juil, 11:07, Mathieu Maes wrote: > Hi, > > My company has developed its own CMS which we use to develop websites > for customers. I'm working on a Twitter plugin to allow people to send > news to Twitter from within t

[twitter-dev] Re: Notification on Twitter when viewing Website

2010-07-13 Thread Mounir Regragui
api.twitter.com On 13 juil, 11:10, "Joep v. Mourick" wrote: > Hi All, > > I'm currently working on a website for a event. On the homepage I've > installed a twitter application witch shows my tweets about the event. > > I would like to add a button by witch the visitors can tweet that > they're v

[twitter-dev] Can't retrieve requestToken because of a Redirection

2010-07-13 Thread Mounir Regragui
Hello everybody! So I'm developping an application on Android that will include some Twitter features. But I have some trouble retrieving the requestToken on OAuth. Everything works just fine on the emulator, but on actual devices I can't retrieve the requestToken for a simple reason. >From the