[twitter-dev] Re: Twitter Mentions since_id

2011-07-12 Thread Paul
Thank you Taylor, I finally got it working (oh btw i scambled up my keys above before posting :) ) Mentions is now working without a problem, now im busy (and getting stuck) with direct messages as this seems to use SSL and not just the normal http as per the mentions. But I will try and sort it

[twitter-dev] Re: Twitter Mentions since_id

2011-07-06 Thread Paul
This is really frustrating. Thank you Tom, made the changes but no effect. Here is everything I pass and get. Im trying to do a GET for mentions. Whats the problem? :( - Generate Base URL - base=GEThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses

Re: [twitter-dev] Re: Twitter Mentions since_id

2011-07-06 Thread kamesh SmartDude
Hello Mr.Paul use the url starts with https but not with http After making this change u won't get 401 un authorized error. //kamesh On Wed, Jul 6, 2011 at 5:50 PM, Paul jpb@gmail.com wrote: This is really frustrating. Thank you Tom, made the changes but no effect. Here is everything I

Re: [twitter-dev] Re: Twitter Mentions since_id

2011-07-06 Thread Taylor Singletary
Hey there Paul, First, you'll want to change/reset your API keys ASAP -- you should never post your consumer secret (that signing key) on a public forum. One thing that may be amiss in your request here is that you're including an oauth_callback parameter in your header that is not in your

[twitter-dev] Re: Twitter Mentions since_id

2011-06-10 Thread Paul
This is my headers thats being send. Content-Type: application/x-www-form-urlencoded Authorization: OAuth oauth_consumer_key: 0RaXE4T4CuMFJHI1jViEQ, oauth_signature_method=HMAC- SHA1,oauth_timestamp=1307733172,oauth_nonce=F0F2B456BC9606278FB345323D753CEC,oauth_version=1.0,

Re: [twitter-dev] Re: Twitter Mentions since_id

2011-06-10 Thread Tom van der Woerdt
There's a : after oauth_consumer_key while there should be an =. There's also an = (in oauth_signature) which should be URLencoded. Tom On 6/10/11 9:15 PM, Paul wrote: This is my headers thats being send. Content-Type: application/x-www-form-urlencoded Authorization: OAuth

[twitter-dev] Re: Twitter Mentions since_id

2011-05-24 Thread Paul
Im using Delphi for coding and to be honest, I started using http://chuckbeasley.com/index.php/2009/05/28/twitter-for-delphi-code/ , but nothing i found worked 100% so i used the code there and modified it. At this point i can only use querystring as we decided to go with it from the start (and