[twitter-dev] [OT] The Perhaps Twitter client

2010-10-28 Thread Harshad RJ
Does anyone know what the Perhaps client is all about? Seems to be popular, but the homepage shows only a (beautiful) poem: http://perha.ps/ Is it platform specific and detects my platform to show just the poem? Or is there an easter egg of some sort? -- Harshad RJ http://twitter.com/h__r__j

[twitter-dev] How to count tweets with snowflake?

2010-10-28 Thread Augusto Santos
Hi folks, Is there a way to count how many tweets are between two snowflakes id? With the ids from today I can count around 1 billion tweets per day. Thanks, Augusto. -- http://geotweets.gemeos.org/ -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

[twitter-dev] Re: How to count tweets with snowflake?

2010-10-28 Thread Augusto Santos
Sorry, It's around 100 million tweets per day, in my diff count. On Thu, Oct 28, 2010 at 9:59 AM, Augusto Santos augu...@gemeos.org wrote: Hi folks, Is there a way to count how many tweets are between two snowflakes id? With the ids from today I can count around 1 billion tweets per day.

Re: [twitter-dev] Re: How to count tweets with snowflake?

2010-10-28 Thread Tom van der Woerdt
You can make a guess. Take the machine ID and the sequence number for a large amount of tweets, then do the math. It's not easy though. Tom On Oct 28, 2010, at 2:07 PM, Augusto Santos augu...@gemeos.org wrote: Sorry, It's around 100 million tweets per day, in my diff count. On Thu, Oct

Re: [twitter-dev] Re: Does it affect the existing iphone app on appStore if we change Twitter application Default Access type?

2010-10-28 Thread Tom van der Woerdt
No, your keys will not change. However, once you deploy your new application, all users that authorized your *old* application remain Read-Only. Tom On 10/28/10 6:42 AM, Niraj Joshi wrote: Hi Taylor Thanks for your response. Still I have some confusion. My current iphone application on

Re: [twitter-dev] How to count tweets with snowflake?

2010-10-28 Thread Tim Haines
No. On Thu, Oct 28, 2010 at 8:59 PM, Augusto Santos augu...@gemeos.org wrote: Hi folks, Is there a way to count how many tweets are between two snowflakes id? With the ids from today I can count around 1 billion tweets per day. Thanks, Augusto. -- http://geotweets.gemeos.org/ --

Re: [twitter-dev] Re: Problem redirecting with oauth_callback to localhost

2010-10-28 Thread Jason Brown
I just feel the need to add a tip here: I use the windows hosts file (c:\windows\system32\drivers\etc\hosts ) to make my local test server mimic the live server. Similar tricks are available on pretty much every OS. That way, I can test with a fully live codebase and no need for URL passing

Re: [twitter-dev] How to count tweets with snowflake?

2010-10-28 Thread Augusto Santos
A guess so.. thanks! On Thu, Oct 28, 2010 at 11:50 AM, Tim Haines tmhai...@gmail.com wrote: No. On Thu, Oct 28, 2010 at 8:59 PM, Augusto Santos augu...@gemeos.orgwrote: Hi folks, Is there a way to count how many tweets are between two snowflakes id? With the ids from today I can count

[twitter-dev] Failed to validate oauth signature and token

2010-10-28 Thread kprobe
I have two browser-based applications. One has been running for a week but today is getting Failed to validate oauth signature and token error. I made no changes. Using the EPITwitter library. Even reset the tokens. EpiTwitter Object ( [requestTokenUrl:protected] =

Re: [twitter-dev] Failed to validate oauth signature and token

2010-10-28 Thread Tom van der Woerdt
The URLs in that object are very old. You should always use api.twitter.com, and if possible, https://. I cannot tell you why you are getting this error without seeing more info about the request, like the complete HTTP request, and some information about the signature generation. Tom On

[twitter-dev] t.co wrapped urls in search api response, no unwrap param or entity currently?

2010-10-28 Thread Justin
I have a nightly batch process that does two searches based on a number of params from the day's data. I don't see that anything has changed here: http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search But now I'm seeing t.co urls in the tweet.text instead of the real url (even though

[twitter-dev] Testing commercial Twitter app

2010-10-28 Thread pacman
Hi, I'm trying the characterize the reception transmission of tweets of a commercial mobile twitter application. As I want to ensure repeatability, I do not want to run these tests on a live network. Instead, I'd like run these tests in a more controlled environment, i.e. in my lab. Is there

[twitter-dev] Invalid application

2010-10-28 Thread kprobe
What is the cause of Invalid Application error code? It occurs ONLY when I post_statusesUpdate to user _RAMBLINGS. Posts to all other users work. {error:Invalid application,request:\/account\/ verify_credentials.json} Invalid applicationError Posting Tweet Invalid application -- Twitter

[twitter-dev] Re: Invalid application

2010-10-28 Thread kprobe
OK, just figured it out ... the access tokens for this user had changed. But shouldn't the error message be something like invalid credentials ? Invalid Application has a totally different meaning. On Oct 28, 7:26 pm, kprobe goo...@kprobe.com wrote: What is the cause of Invalid Application error

[twitter-dev] Twitter Button does not run into iPhone Web Page

2010-10-28 Thread Daniel
Hi! I'm developing an address search Bot and I return an URL for users with the map... Example: http://doo.ly/p2b70 If you open this link from an iPhone Safari's an error is occurred... Any idea? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

[twitter-dev] Re: Failed to validate oauth signature and token

2010-10-28 Thread kprobe
OK, switched over to use Tijs Verkoyen twitter class and it works. On Oct 28, 2:00 pm, Tom van der Woerdt i...@tvdw.eu wrote: The URLs in that object are very old. You should always use api.twitter.com, and if possible, https://. I cannot tell you why you are getting this error without seeing

Re: [twitter-dev] t.co wrapped urls in search api response, no unwrap param or entity currently?

2010-10-28 Thread Matt Harris
Hi Justin, At the moment the Search API doesn't support Tweet entities and so this information is not available without querying the REST API for the Tweet using: http://api.twitter.com/1/statuses/show.json?id=123456?include_entities=1 Best @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Re: How to tell an item is a re-tweet?

2010-10-28 Thread Matt Harris
Hi everyone, Whilst the retweet_count is generally returned along with statuses, the retweeted datapoint remains false. Instead it is recommended developers include the include_my_retweet=1 parameter when requesting timelines. The include_my_retweet parameter will cause a new datapoint

[twitter-dev] 401 for /1/favorites/create/ID.xml?include_entities=true

2010-10-28 Thread _ado
Creating and destroying favorites has always worked well in my iPhone Twitter client, but recently I'm getting a 401 for those calls. I'm making a POST request to https://api.twitter.com/1/favorites/create/ID.xml?include_entities=true (where ID is obviously the tweet's ID) using XAuth for

[twitter-dev] How to store Oauth token and retrieve data using it?

2010-10-28 Thread Ramanean
I need to store Oauth tokens in database and use them to retrieve my direct messages and my friends timeline.. I searched in Google and in these forums but I didn't find a full answer for this..I am able to see [oauth_token] and [oauth_access_token] and store it.. Whether these two can be

[twitter-dev] Re: 401 for /1/favorites/create/ID.xml?include_entities=true

2010-10-28 Thread _ado
Ignore this, it was a fault at my side. I wasn't sending include_entities=true as POST data. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] get id without calling verify_credentials via abraham's OAuth

2010-10-28 Thread crystalchris
I have been using abraham's OAuth and calling verify_credentials to obtain user id. Besides $_SESSION['access_token'], is there a $_SESSION['user_id'] or something like that available? If not, is it possible to provide one in the future? That would be great because calling verify_credentials

Re: [twitter-dev] get id without calling verify_credentials via abraham's OAuth

2010-10-28 Thread Abraham Williams
$_SESSION['access_token']['user_id'] should work. User_id and screen_name are returned from /oauth/access_token. Abraham -- Evobots configured this transmission while traveling at 50 billion times the speed of light. On Oct 28, 2010 7:50 PM, crystalchris 0796...@gmail.com wrote: I have been

[twitter-dev] Consumer Secret and open source apps

2010-10-28 Thread Barry Coughlan
Hi guys, I'm creating a Wordpress plugin for collectively managing a Twitter account. I want to allow the user to add accounts via the Admin panel similar to the way twitterfeed.com does. However, the only way I can see of doing it is to get the user to sign in to their account, register the

[twitter-dev] Re: Does it affect the existing iphone app on appStore if we change Twitter application Default Access type?

2010-10-28 Thread Niraj Joshi
Thanks a lot. It 's really helpful. On Oct 28, 6:42 pm, Tom van der Woerdt i...@tvdw.eu wrote: No, your keys will not change. However, once you deploy your new application, all users that authorized your *old* application remain Read-Only. Tom On 10/28/10 6:42 AM, Niraj Joshi wrote: Hi

[twitter-dev] Querying Streaming API filter with partial link phrase

2010-10-28 Thread _ado
I can make a query to http://search.twitter.com/search?q=news.com and it matches keywords as well as links (including shortened links). I am not able to do that with Streaming API's filter method. That ignores link matches. Is there a different streaming method I can use or should I just stick to

[twitter-dev] Rate limit for streaming api (tracking keyword)

2010-10-28 Thread Thiago Esteves
Hi, I am developing an application that needs to track a keyword on twitter, that keyword is a hashtag, the frequency of that keyword is not high, but the application needs to stay listening and don't stop never. What is the rate limit Twitter apply for this case? Could not find it on twitter

[twitter-dev] xauth return Failed to validate oauth signature and token

2010-10-28 Thread udta
Hi, I am using libtwitcurl, and converting oAuth to xAuth, but I got Failed to validate oauth signature and token. I compare all I can printf data to libQtweet(xauth succesful), and couldn't found any error sigBase is: POSThttps%3A%2F%2Fapi.twitter.com%2Foauth