[twitter-dev] Twitter Search API - cannot use result_type-popular with since_id

2011-07-21 Thread Adriaan Pelzer
urns popular results), second one not (only returns recent results). Any workarounds? Adriaan Pelzer putting you in touch with your crowds http://www.wewillraakyou.com <http://www.wewillraakyou.com>twitter: http://www.twitter.com/adriaan_pelzer linkedIn: http://uk.linkedin.com/pub/adria

Re: [twitter-dev] Fetching a user's entire timeline

2011-07-04 Thread Adriaan Pelzer
e REST API. Thanks Tom for your help - greatly appreciated! I'm getting the full 3200 tweets now. The thing to remember here is, include_rts doesn't default to true, so if you don't set it, retweets are omitted, but still counted. This is documented, I just didn't rtfm properly ...

Re: [twitter-dev] Fetching a user's entire timeline

2011-07-04 Thread Adriaan Pelzer
Ah - thanks. That makes sense. Still, having to retry on empty results doesn't make sense, or is this normal behaviour when not using pagination? Adriaan Pelzer putting you in touch with your crowds http://www.wewillraakyou.com <http://www.wewillraakyou.com>twitter: http://www.

Re: [twitter-dev] Fetching a user's entire timeline

2011-07-04 Thread Adriaan Pelzer
I'm not paging, but rather using a combination of max_id and count=200. Also - not getting nearly 200 every time, mostly below 100 Adriaan Pelzer putting you in touch with your crowds http://www.wewillraakyou.com <http://www.wewillraakyou.com>twitter: http://www.twitter.com/adr

Re: [twitter-dev] Fetching a user's entire timeline

2011-07-04 Thread Adriaan Pelzer
te limits, and we're concerned the account might be flagged as abusive. Could someone from Twitter give some guidelines as to what we can expect and best practise? Adriaan Pelzer putting you in touch with your crowds http://www.wewillraakyou.com <http://www.wewillraakyou.com>

Re: [twitter-dev] Re: A new permission level

2011-05-19 Thread Adriaan Pelzer
gt;>> something that needs adjusted in the flow from the client side as >>> well. >> >>> Any insight is appreciated. >> >>> Has anyone who adjusted their app permissions on dev.twitter.com seen >>> this reflected on the OAuth login page at Twitter? >>

Re: [twitter-dev] Please confirm this OAuth flow ...

2011-05-19 Thread Adriaan Pelzer
te the opposite to their approach in the past. Adriaan Pelzer //))//\\//\\||// //\\//7//7///\\ putting you in touch with your crowds http://www.wewillraakyou.com <http://www.wewillraakyou.com>twitter: http://www.twitter.com/adriaan_pelzer linkedIn: http://uk.linkedin.com/pub/adriaan-pelzer/4/874

Re: [twitter-dev] Please confirm this OAuth flow ...

2011-05-19 Thread Adriaan Pelzer
Understood. In other words, there is no way to consume the authenticated parts of the Twitter API on devices without web browsers anymore? This severe limitation will haunt Twitter in future, without a doubt. Adriaan Pelzer //))//\\//\\||// //\\//7//7///\\ putting you in touch with your

Re: [twitter-dev] Please confirm this OAuth flow ...

2011-05-19 Thread Adriaan Pelzer
If using a UIWebView is against the TOS, how should app developers (standalone apps, that is) authenticate without xauth, in the light of yesterday's announcements? Adriaan Pelzer //))//\\//\\||// //\\//7//7///\\ putting you in touch with your crowds http://www.wewillraakyou.com

Re: [twitter-dev] Re: A new permission level

2011-05-19 Thread Adriaan Pelzer
ch it is? Adriaan Pelzer //))//\\//\\||// //\\//7//7///\\ putting you in touch with your crowds http://www.wewillraakyou.com <http://www.wewillraakyou.com>twitter: http://www.twitter.com/adriaan_pelzer linkedIn: http://uk.linkedin.com/pub/adriaan-pelzer/4/874/860/ skype: adriaan_p

Re: [twitter-dev] A new permission level

2011-05-19 Thread Adriaan Pelzer
that will automatically happen when you activate it, or is there a permissions parameter I should send to the auth page? Adriaan Pelzer //))//\\//\\||// //\\//7//7///\\ putting you in touch with your crowds http://www.wewillraakyou.com <http://www.wewillraakyou.com>twitter: http://

Re: [twitter-dev] "Does user X follow user Y?"

2011-05-06 Thread Adriaan Pelzer
Hi Dave, I've looked on http://twitter.com/dmethvin - seems there's no friendship between dmethvin and rid00z - follow rid00z from dmethvin, and then make the call again. It should show the one directional friendship. Adriaan Pelzer //))//\\//\\||// //\\//7//7///\\ putting you in

Re: [twitter-dev] Re: JSON parser code in PHP

2011-01-27 Thread Adriaan Pelzer
The Twitter API can return JSON. No need to "hack" anything, that's why they provide an API - to make it easy! Just use curl to retrieve the JSON and convert it to an array. Sent from my iPod On 28 Jan 2011, at 3:58, Patrick wrote: > Hmmm, true. In fact, what epiTwitter really return various

Re: [twitter-dev] JSON parser code in PHP

2011-01-26 Thread Adriaan Pelzer
Just use json_decode($json_string) It returns an object by default, but there's a flag to make it return and array. Can't remember off the top of my head, buy chech on php.net for exact usage. Its counterpart is json_encode Sent from my iPod On 27 Jan 2011, at 6:33, Patrick wrote: > Does an

Re: [twitter-dev] Twitter API

2010-11-28 Thread Adriaan Pelzer
first thing they'll do is switch to short-lived tokens. It's only a little more effort, and it makes your app future proof. Adriaan Pelzer RAAK putting you in touch with your crowds http://www.wewillraakyou.com <http://www.wewillraakyou.com>twitter: http://www.twitter.com/adriaan_

Re: [twitter-dev] WHAT THE HELL ARE YOU THINKING

2010-10-25 Thread Adriaan Pelzer
I won't recommend using oAuth for desktop clients. This requires you to store your client secret in the app, rendering your users' Twitter accounts vulnerable. Adriaan Pelzer RAAK putting you in touch with your crowds http://www.wewillraakyou.com twitter: http://www.twitter.com/adri

Re: [twitter-dev] WHAT THE HELL ARE YOU THINKING

2010-10-25 Thread Adriaan Pelzer
Agreed, xAuth is mainly for desktop clients. oAuth mainly for web clients. And you don't use HTML with oAuth. You choose between XML or JSON. It gets served via HTTP (RESTful API), but no HTML involved. This is a perfect problem for C/C++ Adriaan Pelzer RAAK putting you in touch with

Re: [twitter-dev] Re: Tweet Box Not Working...

2010-10-21 Thread Adriaan Pelzer
I assume you got it working? Because I just tested it, and it worked for me ... Adriaan Pelzer RAAK putting you in touch with your crowds http://www.wewillraakyou.com <http://www.wewillraakyou.com>twitter: http://www.twitter.com/adriaan_pelzer linkedIn: http://uk.linkedin.com/pub/adriaan-pe