[twitter-dev] Callback never called with the Streaming API

2010-10-25 Thread Tobias C. Jensen
Hi guys. I've been digging into the Twitter API using Themattharris's excellent PHP class a lot these past two weeks. Everything has been fine with standard OAuth calls, but now I would like to make use of the User Stream - which the class appearently supports. However, nothing is returned when

[twitter-dev] Re: Callback never called with the Streaming API

2010-10-26 Thread Tobias C. Jensen
to fill in your consumer and user tokens and secrets). If you still have problems let me know on the Github project page issues:    http://github.com/themattharris/tmhOAuth Best, @themattharris Developer Advocate, Twitterhttp://twitter.com/themattharris On Mon, Oct 25, 2010 at 9:16 AM, Tobias C

[twitter-dev] Re: Callback never called with the Streaming API

2010-10-26 Thread Tobias C. Jensen
://twitter.com/themattharris On Mon, Oct 25, 2010 at 9:16 AM, Tobias C. Jensen 2bia...@gmail.com wrote: Hi guys. I've been digging into the Twitter API using Themattharris's excellent PHP class a lot these past two weeks. Everything has been fine with standard OAuth calls, but now I

[twitter-dev] Re: Callback never called with the Streaming API

2010-10-27 Thread Tobias C. Jensen
Nevermind, everything is good! Thanks again! :) On 26 Okt., 16:12, Tobias C. Jensen 2bia...@gmail.com wrote: It seems, though, that if I change just one of the three parameters in the streaming call, the page just continuously loads. I don't know if that's normal. Or maybe it just doesn't send

[twitter-dev] The best method for finding new retweets

2010-10-29 Thread Tobias C. Jensen
Hi guys. I just tried showing my retweets using retweets_of_me. However, if I get someone to retweet one of my already retweeted statuses, nothing changes in the result - because it already figures as retweeted, and retweets_count always shows 'false'. So does this mean I have to look them all

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

2010-10-30 Thread Tobias C. Jensen
Hi Ramanean. If you are not already using an OAuth class, I would suggest that you use the one constructed by Themattharris: http://github.com/themattharris/tmhOAuth It also contains some examples of how to use it. Regards, Tobias On 29 Okt., 04:16, Ramanean shang...@gmail.com wrote: I need

[twitter-dev] Max characters in bounding_box coordinates?

2010-10-30 Thread Tobias C. Jensen
Hi guys. I'm setting up a database to store data from tweets. In that regard I couldn't find any info on how many characters the place-bounding_box- coordinates could be. Does anyone in here know? Thanks in advance! - Tobias -- Twitter developer documentation and resources:

[twitter-dev] Best way of finding favorites of a user's statuses

2010-11-11 Thread Tobias C. Jensen
Hi fellow developers. I've been looking into finding favorites of a user's statuses. It seems that I can only read a favorite count off a status or I can view favorites made by a given user. What would be the best way to find favorites of a user's statuses - returned with the user_id's who

[twitter-dev] Tweet count errors

2010-11-11 Thread Tobias C. Jensen
Hi guys. Is there a bug with the count of tweets for users? When I look at there profile (take mine for instance: http://twitter.com/2biazdk) I only seem to have written 35 tweets. Even though it's more like 4.000. Most people I look at have the same problem. Are the Twitter team messing with

[twitter-dev] Authenticating with $_SESSION['oauth']['oauth_token'] and $_SESSION['oauth']['oauth_token_secret'] returns Request token must be exchanged for an access token before use

2010-11-29 Thread Tobias C. Jensen
\/verify_credentials.json,error:Request token must be exchanged for an access token before use} Am I doing it wrong? Is the oauth_token and oauth_token_secret sessions not the right ones to use? If I use a token and secret that I stored a month ago it works just fine.. Thanks in advance! Regards, Tobias C

[twitter-dev] Re: Authenticating with $_SESSION['oauth']['oauth_token'] and $_SESSION['oauth']['oauth_token_secret'] returns Request token must be exchanged for an access token before use

2010-11-29 Thread Tobias C. Jensen
Never mind, problem solved. Dumb question! :) On 29 Nov., 23:41, Tobias C. Jensen 2bia...@gmail.com wrote: Hi guys. I'm trying to authenticate with the tmhOAuth PHP class by Matt Harris. I'm using $_SESSION['oauth']['oauth_token'] as 'user_token' and $_SESSION['oauth']['oauth_token_secret

[twitter-dev] Re: The best method for finding new retweets

2010-12-08 Thread Tobias C. Jensen
No suggestions? :) On 29 Okt., 23:22, Tobias C. Jensen 2bia...@gmail.com wrote: Hi guys. I just tried showing my retweets using retweets_of_me. However, if I get someone to retweet one of my already retweeted statuses, nothing changes in the result - because it already figures as retweeted

[twitter-dev] Re: Hoping to clear my confusion about Twitter's announcement

2011-03-15 Thread Tobias C. Jensen
Very important questions, in my opinion, Tim. Looking forward to read the clarifications. Also, I don't seem to be able to find the original post by Ryan at http://groups.google.com/group/twitter-api-announce Does the link provided in the following tweet work for you guys?