[twitter-dev] Re: The Twitter Conference

2009-05-02 Thread EdPimentl
Awesome!!! This Winter, in Atlanta, we are organizing a TwitRCamp ( http://twitter.com/twitrcamp) along with http://Twitter.com/unconferenc Would love to know if anyone of you can keynote and lead a session. Thanks in advance, -E Gpro.ws

[twitter-dev] Bug: RSS/xml alternate links on public profiles show uninterpreted @user.id and current_user.id

2009-05-02 Thread Kevin
I'm not sure when this started (likely within a few days), but we just noticed the links have been rendering incorrectly on all public twitter profiles. They literally appear as uninterpreted ruby string escape sequences: The timeline RSS can still be scraped from the in-page link (a

[twitter-dev] Login with Twitter on my site

2009-05-02 Thread Travis Beauvais
I am building a Twitter App (my first) and I am wondering if I can put the login box on my site instead of directing the user to Twitter. All examples using OAuth I have seen always redirect to Twitter.

[twitter-dev] iphone customize posted from message

2009-05-02 Thread mister.griff...@gmail.com
I'm working on an iphone app with twitter support and I'm trying to figure out how to get my tweets customized so that it uses the name of my app when "posted from three minutes ago"? Any help would be appreciated. Thank you.

[twitter-dev] Re: Sign in with Twitter added to EpiTwitter (PHP/OAuth)

2009-05-02 Thread jmathai
Thanks Doug. It might help users to also post a link to the blog entry as it explains the code and flow. On May 1, 10:00 am, Doug Williams wrote: > Adding this to the wiki. Thanks for sharing! > > Thanks, > Doug > -- > > Doug Williams > Twitter Platform Supporthttp://twitter.com/dougw > > On Fri

[twitter-dev] Re: iphone customize posted from message

2009-05-02 Thread Abraham Williams
http://apiwiki.twitter.com/FAQ#HowdoIget%E2%80%9CfromMyApp%E2%80%9DappendedtoupdatessentfrommyAPIapplication If you feel that OAuth will not work in your case, contact a...@twitter.comand explain why OAuth is not for you. On Sat, May 2, 2009 at 02:42, mister.griff...@gmail.com < mister.griff...@g

[twitter-dev] Re: Login with Twitter on my site

2009-05-02 Thread Abraham Williams
No. There is no way for the user to verify they are entering their passwords into Twitter.com unless they get redirected to twitter.com. On Sat, May 2, 2009 at 00:48, Travis Beauvais wrote: > > I am building a Twitter App (my first) and I am wondering if I can put > the login box on my site inst

[twitter-dev] Re: The Twitter Conference

2009-05-02 Thread Abraham Williams
I'll be there on the 26th but I already have plans for Google IO on the 27th. Abraham On Fri, May 1, 2009 at 15:10, Doug Williams wrote: > Alex and I will be at 140, The Twitter Conference, on May 26th and 27th. > Alex is keynoting and I am leading a few developer oriented sessions. If you > ar

[twitter-dev] copy of http://dev.twitter.com/2008/10/we-got-data.html

2009-05-02 Thread deepak
hi, does anyone have a copy of http://dev.twitter.com/2008/10/we-got-data.html it now redirects me to http://apiwiki.twitter.com/ Is http://dev.twitter.com/ down permanently? Thanks, Deepak

[twitter-dev] Re: Passing Parameters to Callback in OAuth

2009-05-02 Thread Shannon Whitley
I've been using the referrer to capture callback data. You might want to try that. On May 1, 2:29 pm, Jesse Stay wrote: > Thanks Matt.  I'll try to handle it in my session for now.  BTW, I think > I've finally got Perl working - will be doing a post and transferring over > to the wiki as soon a

[twitter-dev] Re: Login with Twitter on my site

2009-05-02 Thread P Burrows
...don't use OAuth. From what I can tell the only "feature" you lose from not using OAuth is a custom "source" parameter on status updates. (of course, using OAuth is more secure and people might not freak about not trusting your site if you use OAuth.) -- Patrick Burrows http://www.CleverHumans.

[twitter-dev] Re: The Twitter Conference

2009-05-02 Thread explicious
are cameras permitted? thanks, waitman On May 1, 1:10 pm, Doug Williams wrote: > Alex and I will be at 140, The Twitter Conference, on May 26th and 27th. > Alex is keynoting and I am leading a few developer oriented sessions. If you > are going to be around the Bay area at the end of May, we

[twitter-dev] Search not returning all updates

2009-05-02 Thread Andy
I was missing some results in my API search, so I tried it on the twitter web site (http://search.twitter.com) and I'm having the same problems. I cannot find tweets from certain users, but can find from others. For example an update about the Hamptoms and another about Rome at http://twitter.com/

[twitter-dev] OAuth Callback dilemma

2009-05-02 Thread HSL
Hello, I've made a renew tokens button in my webapp, but since the OAuth callback parameter is disabled it's not possible to use it because it leads to the page that you see when an account is succesfully added. How did you guys solve this? Harold

[twitter-dev] Re: Search not returning all updates

2009-05-02 Thread Abraham Williams
The user might be flagged as spam. Those accounts don't show up as results in search. On Sat, May 2, 2009 at 15:37, Andy wrote: > > I was missing some results in my API search, so I tried it on the > twitter web site (http://search.twitter.com) and I'm having the same > problems. I cannot find t

[twitter-dev] Re: OAuth Callback dilemma

2009-05-02 Thread Abraham Williams
Why are you renewing tokens? You can add some logic to your callback page to check if the user was already added to your account. If so just follow the renew process. On Sat, May 2, 2009 at 16:28, HSL wrote: > > Hello, > > I've made a renew tokens button in my webapp, but since the OAuth > call

[twitter-dev] Stumped by "Failed to validate oauth signature or token"

2009-05-02 Thread Martyn
I have seen several posts but I don't understand the answers :( I'm fairly new to all this so I apologize if I'm missing something obvious. Using twitterOAuth from https://docs.google.com/View?docID=dcf2dzzs_2339fzbfsf4 I manage to grab and save the access tokens oauth_token as $user_token and oa

[twitter-dev] Re: Stumped by "Failed to validate oauth signature or token"

2009-05-02 Thread Abraham Williams
Is it possible that one or more of the tokens are getting overwritten or lost in the process? On Sat, May 2, 2009 at 18:13, Martyn wrote: > > I have seen several posts but I don't understand the answers :( I'm > fairly new to all this so I apologize if I'm missing something > obvious. > > Using

[twitter-dev] Re: Login with Twitter on my site

2009-05-02 Thread Abraham Williams
You can not use OAuth if you want. I can't speak for anyone else but I no longer use webapps that ask for my Twitter password. On Sat, May 2, 2009 at 11:04, P Burrows wrote: > ...don't use OAuth. From what I can tell the only "feature" you lose from > not using OAuth is a custom "source" paramet

[twitter-dev] Re: Searching with since_id and max_id

2009-05-02 Thread Sherif
Hey Thom, Going off what Matt said, in your application you might want to store the current max_id, and all you do is keep looping through the pages until there are none left. Next time your application polls, it uses the last max_id which you loaded and goes from there. As far as I can tell, th

[twitter-dev] Re: Stumped by "Failed to validate oauth signature or token"

2009-05-02 Thread Martyn
Ouch! I have been stupid after all. My session was open on the domain, while my test page was on the www sub domain. I will go away, hang my head in shame, and be quiet now! Thanks for your help. Martyn On May 3, 12:46 am, Abraham Williams <4bra...@gmail.com> wrote: > Is it possible that one

[twitter-dev] Re: Stumped by "Failed to validate oauth signature or token"

2009-05-02 Thread Martyn
They are being passed in $_SESSION variables. I have debug code printing to screen and they "look" the same but I'll go check, judging by your answer I may well have done something stoopid after all! Thanks, Martyn On May 3, 12:46 am, Abraham Williams <4bra...@gmail.com> wrote: > Is it possib

[twitter-dev] Twitter auth problem?

2009-05-02 Thread Mr. G
Hello. I have a webapp that has been working perfectly and posting on users accounts just like it is supposed to. It has been working fine up until now. Now when it goes to update a users status it says "could not authenticate you". I know that it doesn't have anything to do with the code because

[twitter-dev] Twitter API Auth Problems?

2009-05-02 Thread Mr. G
Hello. I have a webapp that has been working perfectly and posting on users accounts just like it is supposed to. It has been working fine up until now. Now when it goes to update a users status it says "could not authenticate you". I know that it doesn't have anything to do with the code because

[twitter-dev] Re: Login with Twitter on my site

2009-05-02 Thread Travis Beauvais
Yeah, I am going to stick with OAuth. I wouldn't give another site my Twitter account info so I am going to expect others too. On May 2, 4:48 pm, Abraham Williams <4bra...@gmail.com> wrote: > You can not use OAuth if you want. I can't speak for anyone else but I no > longer use webapps that ask f