[twitter-dev] Re: Platform downtime is expected

2009-08-15 Thread Sean Callahan
Thanks for the update Doug. Users on TweetPhoto are not able to login. I've added an alert notification on our homepage, http://TweetPhoto.com, to make them aware of the issues linking to the Twitter status blog. Will you need our IPs again to whitelist them or are you good to go. Please let me

[twitter-dev] White Listing request

2009-08-15 Thread Beshr Kayali
Hello, I'm working on a new twitter service and I was wondering if I can request white listing while I'm developing the service. Thanks,

[twitter-dev] call back issues

2009-08-15 Thread Ritvvij
Hi, development env: ruby on rails oauth: 0.3.5 gem used: twitter_oauth My code to call twitter is client = TwitterOAuth::Client.new( :consumer_key = Attribute::CONSUMER_KEY, :consumer_secret = Attribute::CONSUMER_SECRET) request_token = client.request_token(:oauth_callback =

[twitter-dev] Re: MyTwitterButler.com Legal issues Update 2

2009-08-15 Thread PJB
The scariest part about all of this, frankly, is less the trademark stuff, and more the fact that he is being punished for violating Twitter's terms and services. As near as I can tell, his app just follows users who tweet certain keywords. It doesn't even UNFOLLOW them (thus potentially

[twitter-dev] Re: Platform downtime is expected

2009-08-15 Thread Doug Williams
Sean,At this time we are monitoring the situation and containing issues as we see them. Let's hold off on restoration requests until things stabilize. Thanks, Doug On Sat, Aug 15, 2009 at 1:17 PM, Sean Callahan seancalla...@gmail.comwrote: Thanks for the update Doug. Users on TweetPhoto are

[twitter-dev] If you see 417 Expectation Failed this post might help

2009-08-15 Thread Scott Carter
I started to occasionally get a 417 response from Twitter when my application was using cURL to fetch an OAuth Request Token. The response would contain 417 Expectation Failed The expectation given in the Expect request-header field could not be met by this server. The client sent

[twitter-dev] Re: php regex for twitter password

2009-08-15 Thread Kevin Mesiab
Depending on your deployment scenario, you could let Google do the heavy lifting for you ;) https://www.google.com/accounts/RatePassword?Passwd=poopy On Sat, Aug 15, 2009 at 10:43 AM, Sam Streetsam...@gmail.com wrote: http://pastebin.com/m4fd058a4 This code will be able to determine whether

[twitter-dev] Re: I must be stupid.

2009-08-15 Thread Sam Street
This library worked perfectly for me http://github.com/jmathai/twitter-async/tree/master On Aug 15, 6:28 am, Adam Shannon a...@ashannon.us wrote: On Fri, Aug 14, 2009 at 5:37 PM, Chad Etzel c...@twitter.com wrote: Hi Adam, If you really want to learn this yourself, the best method is to

[twitter-dev] Re: How do you store the social graph locally?

2009-08-15 Thread Kevin Mesiab
Your implementation here has much to do with how you intend to use the social graph. Are you simply caching, or do you intend to identify metrics by analyzing the shape of the relationships over time? If you're simply creating a local cache, blowing away the existing store and serializing the

[twitter-dev] Re: How do you store the social graph locally?

2009-08-15 Thread Kevin Mesiab
If you store them as blobs, we're going to revoke your compiler privileges. :P On Sat, Aug 15, 2009 at 4:24 AM, Arik Fraimovicharik...@gmail.com wrote: I was wondering how you store a local cache of the social graph methods results locally in your applications. One obvious solution is to

[twitter-dev] Seeking Beta Tester Developers for my API

2009-08-15 Thread Sam Street
Hi all, I'm looking for a few developers to help me test the API I have built for http://twicli.com (content sharing user tagging) The API's work as you would expect with each content type (photo, video, audio) having an 'upload' and 'uploadAndTweet' method. The backend of the API is actually

[twitter-dev] Re: Seeking Beta Tester Developers for my API

2009-08-15 Thread Chad Etzel
Hi Sam, (*Speaking strictly as a non-twitter employee and completely as a developer*) I'd like to play with it. I'm working on a new product myself (unrelated to content sharing), so my testing might not be immediate, but this certainly looks interesting. Thanks, -Chad On Sat, Aug 15, 2009 at

[twitter-dev] Open Auth

2009-08-15 Thread Kevin Mesiab
Hi Twitter API Team, We are considering not implementing OAuth in our desktop application. The interaction seems unintuitive and redundant for users who have already granted our application 'trust' by installing it. Are we still to expect basic auth to go away? Is it possible to be granted a

[twitter-dev] Re: Seeking Beta Tester Developers for my API

2009-08-15 Thread Chad Etzel
Dangit, didn't mean to blast the group... sorry for the noise.. -Chad On Sat, Aug 15, 2009 at 5:13 PM, Chad Etzeljazzyc...@gmail.com wrote: Hi Sam, (*Speaking strictly as a non-twitter employee and completely as a developer*) I'd like to play with it. I'm working on a new product myself

[twitter-dev] Authenticating / release of IDs usernames

2009-08-15 Thread stasisme...@googlemail.com
Hi all, I came across a strange issue today with a few users in my app that still uses basic auth: 1. User signs up to app with username / password 2. App verifies against verify_credentials 3. On success, the returned id is stored. 4. User changes their screen_name, and that screen name is

[twitter-dev] Re: Authenticating / release of IDs usernames

2009-08-15 Thread Sam Street
I recommend switching to OAuth where verify_credentials seems to be handled in conjunction with the oauth tokens rather than user/pass. Here's how I use it: 1. User authorizes for the first time 2. Twitter user ID, Screen name, password (and various style data) is stored in my 'twitter_users'

[twitter-dev] Re: Seeking Beta Tester Developers for my API

2009-08-15 Thread Dale Merritt
Cool app. I'll help you test it as a user. Just checking it out. Dale On Sat, Aug 15, 2009 at 2:04 PM, Sam Street sam...@gmail.com wrote: Hi all, I'm looking for a few developers to help me test the API I have built for http://twicli.com (content sharing user tagging) The API's work as

[twitter-dev] Re: Platform downtime is expected

2009-08-15 Thread Sean Callahan
Thanks for the reply Doug. Any new news? Still not able to login using basic auth on TweetPhoto. Do you have any ETA as to when we'll be restored? On Aug 15, 1:29 pm, Doug Williams d...@twitter.com wrote: Sean,At this time we are monitoring the situation and containing issues as we see them.

[twitter-dev] Re: Platform downtime is expected

2009-08-15 Thread Ritvvij
Hi could this be the reason why? On clicking authenticate user, my application moves to twitter. When the user presses APPROVE, it waits like forever and then goes to a blank page with url as http://twitter.com/oauth/authorize instead of my call back URL. ?? Please advise. Till last night my

[twitter-dev] Feed page sometimes not actually returning a feed

2009-08-15 Thread Jon Leighton
Hiya, I am displaying a twitter feed on a website. Unfortunately sometimes when my website requests the feed, it doesn't get a feed, but the following instead: HTML HEAD META HTTP-EQUIV=Refresh CONTENT=0.1 META HTTP-EQUIV=Pragma CONTENT=no-cache META HTTP-EQUIV=Expires CONTENT=-1 TITLE/TITLE

[twitter-dev] Re: call back issues

2009-08-15 Thread Ritvvij
Someone please assist. On Aug 15, 3:54 pm, Ritvvij ritvi...@gmail.com wrote: can someone please help?? On Aug 15, 3:19 pm, Ritvvij ritvi...@gmail.com wrote: Hi, development env: ruby on rails oauth: 0.3.5 gem used: twitter_oauth My code to call twitter is client =

[twitter-dev] Re: Open Auth

2009-08-15 Thread Josh Roesslein
Looks nice. Seems like a Digg for twitter almost. Look forward to seeing it in action. On Sat, Aug 15, 2009 at 9:18 PM, Kevin Mesiab ke...@mesiablabs.com wrote: Thanks, here's a little sneak preview (attached). On Sat, Aug 15, 2009 at 3:13 PM, Jesse Stayje...@staynalive.com wrote: