[twitter-dev] API support for 'first tweet'

2011-01-24 Thread Mike S
hey you lovely people I know we have the limits on search results but would it be possible to request and get back get the first tweet on for som specific searches. So things like profile and tag searches could support this. The historical data wouldn't change, you just need to capture tithe

[twitter-dev] i am unable to get unique oauth_token

2011-01-24 Thread raja_sp
include 'lib/EpiCurl.php'; include 'lib/EpiOAuth.php'; include 'lib/EpiTwitter.php'; include 'lib/secret.php'; $twitterObj = new EpiTwitter($consumer_key, $consumer_secret); $oauth_token = $_GET['oauth_token']; if($oauth_token == '') { $url =

[twitter-dev] Listing Messages

2011-01-24 Thread Arvind
Hi, Till few days back was able to retreive the message timelines, but suddenly it stopped is it any reason do you have simple code to test it from anyones successful running twitter api development using c#.net. thanks Arvind -- Twitter developer documentation and resources:

[twitter-dev] Twitter Timeline

2011-01-24 Thread Thyagarajulu Reddy .G
hi i am using twitterizer in my asp.net application 2 days back i have getting twitterizer time line messages and my followers everything.i downloaded code form www.twitterizer.net now what happen i don't know i didn't getting my timeline messages. this is my code public TwitterStatusCollection

[twitter-dev] How long does it take to get a response from a API whitelist application?

2011-01-24 Thread Damien
I submitted a request to have our account whitelisted on Thursday 13th Jan and have yet to hear anything back from Twitter. How long does this normally take? Is there anything I can do to speed up the process? Thanks. -- Twitter developer documentation and resources: http://dev.twitter.com/doc

[twitter-dev] Wrong id for retweets

2011-01-24 Thread Edi
It seems the API returns a wrong id value for the original tweet in a retweet. Take this as an example: https://api.twitter.com/1/statuses/show/29504582241484800.json It returns: id: 29504533839216640 id_str: 29504533839216642 The id_str is the correct value. Am I the only one having this

Re: [twitter-dev] How long does it take to get a response from a API whitelist application?

2011-01-24 Thread Jan Paricka
I submitted and then resubmitted whitelisting request months ago and too haven't heard from them once.. Jan On Mon, Jan 24, 2011 at 10:54 AM, Damien m...@damientimewell.com wrote: I submitted a request to have our account whitelisted on Thursday 13th Jan and have yet to hear anything back

[twitter-dev] iPhone - application or web? What URL if web?

2011-01-24 Thread Rob Wilson
Hi, When I registered my application with Twitter, I was asked whether it was an application, or website. The latter required a URL callback. I tried to select website with 'oob' as the callback URL (as seen in the documentation notes), but the registration form rejected oob as an invalid

Re: [twitter-dev] Wrong id for retweets

2011-01-24 Thread Taylor Singletary
Many JSON parsers/Javascript-like programming languages can no longer consume our Tweet ID integers -- if you view the raw response of this API request, you'll see the correct value for the ID integer -- but the act of consuming the JSON by most processors will munge the integer. It's recommended

Re: [twitter-dev] iPhone - application or web? What URL if web?

2011-01-24 Thread Taylor Singletary
Great question. Our UI makes this choice very confusing, and we're actively thinking of ways to improve it. The answer depends on the type of authorization you're using on iOS. If you're doing a standard redirect-with-OAuth flow, where you're perhaps redirecting to a custom URI scheme like

[twitter-dev] Re: Wrong id for retweets

2011-01-24 Thread Edi
Yes, you're right. My mistake. I had a browser plugin to format the JSON response, that's why it returned a wrong value. Thanks. On Jan 24, 4:29 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Many JSON parsers/Javascript-like programming languages can no longer consume our Tweet ID

Re: [twitter-dev] Subscribing to the Site Streams API using OAuth

2011-01-24 Thread Taylor Singletary
Hi Michael, You're very close to getting this right -- from here it looks like it's just a matter of ordering parameters in the signature base string correctly. OAuth signature basestrings require that the various parameters involved in the request be lexigraphically sorted amidst the oauth_*

[twitter-dev] Is there a way to get a count of the number of times a tinyurl in a tweet is clicked on?

2011-01-24 Thread MelCar
Hello all, I was wondering if there was a way to get a count of the number of times a tinyurl in a tweet is clicked on? We are currently using the REST api. Thanks, Melanie -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: Subscribing to the Site Streams API using OAuth

2011-01-24 Thread Michael Hoisie
Awesome, thanks Taylor! You're right, I was only sorting the oauth_* parameters. When I sort all the params correctly (including 'follow') I can connect. Thanks! Mike On Jan 24, 7:57 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Michael, You're very close to getting this right

[twitter-dev] getting illegal/invalid characters back in json

2011-01-24 Thread dt
I pull json results from a url like this: http://api.twitter.com/1/statuses/user_timeline/.json?count=9include_rts=truecallback=jsonp1295903703204_=12959037 Where X is the feed name. Normally, this works (I can't say what the feed name is, unfortunately). But I recently renamed the

[twitter-dev] gzip Accept-Encoding header alternative

2011-01-24 Thread David W
In Silverlight (and thus Windows Phone development) a developer is not allowed, for reasons unknown to me, to edit or alter the Accept- Encoding HTTP header. More info here: http://msdn.microsoft.com/en-us/library/system.net.webheadercollection%28v=VS.95%29.aspx As such it's not possible to add

[twitter-dev] Re: Is there a way to get a count of the number of times a tinyurl in a tweet is clicked on?

2011-01-24 Thread MelCar
Huh... never heard of that... do you have any information on where I might find documentation on it? Thanks so much for your reply! Melanie On Jan 24, 11:00 am, Piers Karsenbarg em...@piersonthe.net wrote: Would that not be something that you would do through the tinyurl API? On 24 Jan 2011

[twitter-dev] Re: Wrong link in the API documentation for account/verify_credentials in XML

2011-01-24 Thread Silvio Guder
You can find this problem at a lot of pages in the API docs .. for example here: http://dev.twitter.com/doc/get/followers/ids http://dev.twitter.com/doc/get/friends/ids .. I think twitter has got a problem in the CMS for the API .. On 23 Jan., 22:45, Silvio Guder gu...@xobo.de wrote: Its only a

[twitter-dev] Re: Is there a way to get a count of the number of times a tinyurl in a tweet is clicked on?

2011-01-24 Thread Norhidayah Azman
Bitly has an API that gives you total clicks: http://code.google.com/p/bitly-api/wiki/ApiDocumentation TinyURL has an API too but not sure how to access total clicks off them. Dayah On Jan 24, 10:40 pm, MelCar melanie.ca...@sas.com wrote: Huh... never heard of that... do you have any

[twitter-dev] Re: No user matches for specified

2011-01-24 Thread ToddySM
Thanks Matt, I use look up by IDs. It seems I need to investigate what IDs am I sending to Twitter in order to troubleshoot the issue. Thanks for the clarification! Toddy On Jan 18, 5:13 pm, Matt Harris thematthar...@twitter.com wrote: Hi Toddy, The users/lookup method, which lookupUsers

[twitter-dev] Minor glitch in Twitter's emails

2011-01-24 Thread M. Edward (Ed) Borasky
I'm now getting multiple emails from Twitter sometimes when someone follows me or sends me a direct message. This is only a minor annoyance - I'm sure you have more urgent issues to worry about. But I did want you to know it's happening. ;-) -- http://twitter.com/znmeb

[twitter-dev] Get the number of retweets for a tweet

2011-01-24 Thread Aditya
Hello, I am using twitter search api. How can I get the number of retweets for the tweet? Any help in this will be much appreciated. Please let me know if I can provide more information. Thanks! -Aditya -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates

Re: [twitter-dev] Re: Wrong link in the API documentation for account/verify_credentials in XML

2011-01-24 Thread Taylor Singletary
These will be fixed soon. Thanks, Taylor On Mon, Jan 24, 2011 at 2:57 PM, Silvio Guder gu...@xobo.de wrote: You can find this problem at a lot of pages in the API docs .. for example here: http://dev.twitter.com/doc/get/followers/ids http://dev.twitter.com/doc/get/friends/ids .. I think

[twitter-dev] Is there any timestamp for when a user starts following someone?

2011-01-24 Thread Edmund
I am interested in finding out when a user started following another user. Is the time even recorded when that happens? And if so how do I make that query? I have scoured through the documentation and don't believe that it is possible. I just thought I would ask to make sure there wasn't something

[twitter-dev] API for mobile tweet

2011-01-24 Thread red tred
Good Day Tweeter Developers! Would you be so kind share some api for retweeting using the mobile. We are currently developing sms twitter. I would like to work out and do business with twitter. Thank You, Rj Foronda +639063329318 Manila Philippines -- Twitter developer documentation and

[twitter-dev] Using skandinavian characters

2011-01-24 Thread THusvaeg
Hi, I have a working api integration with the following setup: --- var strText = Inputs.GetProperty(DMTxt); var strUser = Inputs.GetProperty(DMUser); var strTextEnc = encodeString(strText); var sBaseTargetString =

[twitter-dev] Low Volume App Search API Rate Limitations and Alternative Options

2011-01-24 Thread Alex Popescu
Hi guys, It is a bit over an year since I've been running a small volume Twitter based app deployed on Google App Engine. Basically this app is using the search API to poll some results. According to the app stats it is making less than 100 request/hour. But since last weekend, it seems it is