[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 j...@vanmourick.nl 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

[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 mathieu.m...@gmail.com 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-dev] Re: Can't retrieve requestToken because of a Redirection

2010-07-15 Thread Mounir Regragui
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. Do you know if your device's clock is set correctly? Thanks, Taylor On Thu, Jul 15, 2010 at 12:21 AM, Mounir Regragui reg.mou

[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 reg.mou...@gmail.com 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-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 reg.mou...@gmail.com wrote: And yes, the clock on the phones are correctly set :) On 15 juil, 17:16, Mounir Regragui reg.mou...@gmail.com wrote: Oops, I got the wrong

[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

[twitter-dev] Invalid / used nonce

2010-07-28 Thread Mounir Regragui
normal API 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] Re: Invalid / used nonce

2010-07-28 Thread Mounir Regragui
-- 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 reg.mou...@gmail.comwrote: Hello guys! So I have this issue with Twitter Rest API

[twitter-dev] Invalid / used nonce

2010-07-29 Thread Mounir Regragui
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-30 Thread Mounir Regragui
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 Regragui On 29 juil, 18:15