Re: [twitter-dev] Re: A proposal for delegation in OAuth identity verification

2010-02-10 Thread Kevin Marshall
It means you're in Portland Oregon...oh wait, that's area code 503...sorry. On Wed, Feb 10, 2010 at 1:12 PM, Harshad RJ harshad...@gmail.com wrote: On Wed, Feb 10, 2010 at 11:05 PM, Dewald Pretorius dpr...@gmail.com wrote: Raffi, You said, sends along the user object ass part of it. Does

Re: [twitter-dev] Re: listed count?

2010-02-09 Thread Kevin Marshall
Why can't you just use http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-memberships to get the lists the user is listed on...and just do a counter as you go through them? It might require a few extra service calls, but at the moment that seems like the most 'appropriate' way to

Re: [twitter-dev] Hey, Twitter, let us buy sidebar ads! (Or, stop focusing on the biggies.)

2010-02-02 Thread Kevin Marshall
A bit of a tangent, but I would at least like a way to see what apps a given user has. It would be great as an API method, but would even be fine if it's just access to a page like http://twitter.com/oauth that you can get when you are logged into Twitter...as it is currently, there is no easy

Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread Kevin Marshall
Really, on Twitter's side, the oAuth bits of the process are just a couple of variations of forms...so why not just let each application define templates for those forms (and just give details on what fields are required to be there and what placeholders need to be present so Twitter can replace

Re: [twitter-dev] Twitter Search with HTTP Referrer and User Agent

2010-01-31 Thread Kevin Marshall
You're most likely using cURL with PHP so you want to look into cURL options to set headers...on a very generic level it will be something like: $headers = User-Agent: YourAppName; curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); - Kevin http://friendstat.us On Sun, Jan 31, 2010 at 2:24 AM, marc

Re: [twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-31 Thread Kevin Marshall
I would also argue that, at the time of status whomever owned the account was the one that actually made the post...so it doesn't really matter who is controlling right now...they are associated with the history of the account, because, well it's a history. As an aside though, is

Re: [twitter-dev] I attach my new app to the wrong twitter account: how to change that

2010-01-31 Thread Kevin Marshall
You should be able to log in as the account, delete the app ( via http://twitter.com/wrongaccount/oauth where wrongaccount is the one you incorrectly set your app up under)...then log out, log into the account you really want it associated with and set it up as a new app... That is assuming you

Re: [twitter-dev] DMs are automatically tweeted (not what I want!) :)

2010-01-29 Thread Kevin Marshall
Also check what apps you've granted access to: https://twitter.com/account/connections and remove any that you no longer want to have access... - Kevin http://wow.ly On Fri, Jan 29, 2010 at 10:23 PM, Abraham Williams 4bra...@gmail.com wrote: Change your password. Abraham On Tue, Jan 26,

Re: [twitter-dev] statuses/update and Lists

2010-01-28 Thread Kevin Marshall
Right now lists show all public status of anyone on the list, there is (as far as I know) no way to post a status update to just a specific list. - Kevin http://wow.ly On Wed, Jan 27, 2010 at 6:17 PM, Stan ema...@gmail.com wrote: I am interested in using the Twitter API to send status update to

Re: [twitter-dev] Statuses/Show Method doesn't display multiple statuses?

2010-01-28 Thread Kevin Marshall
I believe you are looking for user_timeline: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline - Kevin http://wow.ly On Fri, Jan 29, 2010 at 12:35 AM, beerkid beers...@gmail.com wrote: I am looking to get a result similar to if I visit twitter.com/ USERNAME. I

Re: [twitter-dev] Re: Getting server 500 errors starting on 1/25/2010 using show api

2010-01-27 Thread Kevin Marshall
were frequent, and then Twitter did alot of new/good work and they've all but gone away (at least on this api)... until now. . On Jan 26, 12:39 pm, Kevin Marshall falico...@gmail.com wrote: Yes - seems to be a problem for any id other than the example one in the documentation: http

Re: [twitter-dev] Re: Getting server 500 errors starting on 1/25/2010 using show api

2010-01-26 Thread Kevin Marshall
Yes - seems to be a problem for any id other than the example one in the documentation: http://twitter.com/statuses/show/1472669360.xml (works) http://twitter.com/statuses/show/12735452.xml (reports no statuses, but this is my account and so I can confirm that there are statuses there to report

Re: [twitter-dev] Advanced search capability in API?

2010-01-26 Thread Kevin Marshall
I believe all of the params from advanced search can be used with the search api as well...as an example, using the search.twitter.com advanced search form produces a url like: