[twitter-dev] Re: Deleting Extra Callback URLs

2011-06-24 Thread DustyReagan
Sent via email. Thanks Matt! -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.g

[twitter-dev] Deleting Extra Callback URLs

2011-06-24 Thread DustyReagan
I can't seem to delete any of my apps extra callback URLs at dev.twitter.com. I just get an error that says: Sorry, a temporary error occurred. Please try again later. I've tried again later, and the problem persists. Anyone else having this problem? -- Twitter developer documentation and reso

[twitter-dev] oauth_bridge_code Disabled?

2011-06-15 Thread DustyReagan
Was oauth_bridge_code disabled? If so how are we suppost to bridge @anywhere OAuth logins to the REST API? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/t

[twitter-dev] Re: New Status Using A Query String

2011-05-17 Thread DustyReagan
Right on. Thanks for the update Arnaud! :) On May 17, 7:55 pm, omegdadi wrote: > +1. Thanks for the update Arnaud. This is affecting all of our customers at > the moment. > > Cheers, > Omar -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: ht

[twitter-dev] Re: New Status Using A Query String

2011-05-17 Thread DustyReagan
So Intents are great, but are you officially deprecating the "? status=" functionality? Because it's been in place and working for years. We need to know if it's simply going to stop working one day. Also, is today that day? On May 17, 5:12 pm, Megan wrote: > Having the same issue. > > On May 17,

[twitter-dev] @Anywhere JavaScript API Status?

2011-04-25 Thread DustyReagan
Looks like the documentation for the @Anywhere JavaScript API is down http://platform.twitter.com/js-api.html. What does that mean for the status of the JavaScript API? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitter

[twitter-dev] Re: HTTP API calls redirect to HTTPS?

2011-04-21 Thread DustyReagan
Yeah, you got it! That's exactly what's happening. Thanks Abraham! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membersh

[twitter-dev] HTTP API calls redirect to HTTPS?

2011-04-21 Thread DustyReagan
I just noticed via Charles proxy that http://api.twitter.com Rest API calls are redirected to httpS://api.twitter.com. Is this the correct and permanent behavior? If so, a lot of unnecessary redirects could be trimmed if API developers knew to only request the HTTPS endpoint. I noticed in the deve

[twitter-dev] X-RateLimit-Remaining on @Anywhere Hovercards

2011-04-21 Thread DustyReagan
I see using Charles proxy that X-RateLimit-Remaining is returned after requesting an @Anywhere Hovercard. Is there a good way to get that data off the Hovercard? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Iss

[twitter-dev] Re: Tweet Button vs ?Status=

2011-04-11 Thread DustyReagan
Nice! I didn't realize the intent page had the "related" and "via" parameters! Great compromise between the aforementioned 2 options. Thanks guys! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancement

[twitter-dev] Re: Tweet Button vs ?Status=

2011-04-10 Thread DustyReagan
Yup. That's another way. Is that your preferred way? And if so why? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your members

[twitter-dev] Tweet Button vs ?Status=

2011-04-10 Thread DustyReagan
I'm torn between using the Tweet Button and simply linking to http://twitter.com/home?status=whatever ? It seems like the Tweet Button has a ton more overhead and complexity than a simple link with a querystring. I guess you get to show off your retweet count and solicite a follow with Tweet Butto

[twitter-dev] Re: Some changes and updates to the API and Tweet Button

2011-03-25 Thread DustyReagan
Not that my opinion matters, but this one sucks: [Soon] followers/ids and friends/ids is being updated to set the cursor to -1 if it isn't supplied during the request. This changes the default response format. Paging these results is slow. I've been avoiding it whenever possible. I don't suppose

[twitter-dev] @Anywhere JavaScript API Status?

2011-02-16 Thread DustyReagan
At Chirp we were shown @Anywhere's JavaScript API. http://platform.twitter.com/js-api.html Is this API still on the roadmap? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://cod

[twitter-dev] Re: Snowflake: An update and some very important information

2010-11-23 Thread DustyReagan
Maybe this is a little naive, and I know you gotta' consider backwards compatibility, but it seems like a bad idea to rely on status ID for chronological sorting. If you want tweets displayed in order, sort by the timestamp. If you get rid of the sorting requirement on the ID. Why not do what Dean

[twitter-dev] Re: Identify Suspended Accounts

2010-11-11 Thread DustyReagan
pen the ticket. > > Also fixing the status as a duplicate without a related status ID is not > meaningful." > > I hope the message was clear here that this was not "Just another example of > the twitter dev/advocates ignoring a blatant issue." but instead someth

[twitter-dev] Re: Identify Suspended Accounts

2010-11-11 Thread DustyReagan
t with you if Twitter's not going to provide > something themselves.  Perhaps we could swap ids.. > > Cheers, > > Tim. > > > > > > > > On Thu, Nov 11, 2010 at 11:12 AM, DustyReagan wrote: > > If memory serves, Twitter is still returning suspended ac

[twitter-dev] Identify Suspended Accounts

2010-11-10 Thread DustyReagan
If memory serves, Twitter is still returning suspended accounts in the followers API calls. I try to identify and mark these users in my own database so I don't display them to my end user, however this is a difficult and resource intensive task. One in which I have to worry about false positives.

[twitter-dev] Re: Lists count in User object

2010-04-02 Thread DustyReagan
> >>> on a ton of lists. > > >>> Damon > > >>> On Apr 1, 10:20 pm, "Orian Marx (@orian)" wrote: > >>> > Yeah this was logged in the bug tracker I think the day lists were > >>> > rolled out to the public, but it looks like it nev

[twitter-dev] Re: Sharing MySQL User Table Schema

2010-04-02 Thread DustyReagan
ter database design to have separate tables for user and > status, and only update user details if they have changed?  This design > suggests you will have a lot of duplicate data in the database.  Just a > thought. > Nigel. > > On 2 April 2010 02:26, DustyReagan wrote: > > >

[twitter-dev] Re: Sharing MySQL User Table Schema

2010-04-01 Thread DustyReagan
is pretty similar although I'm not > quite as discerning on the lengths of the fields. I usually just do > varchar(255). > > Do you have a strategy/opinion for when Twitter adds additional fields > like geo, verified, etc? This is one of the primary reasons I've been > consider

[twitter-dev] Re: Sharing MySQL User Table Schema

2010-04-01 Thread DustyReagan
fications, revisions will be kept track of and you can even embed the > code on your blog and it will always be the latest version. > > Abraham > > > > > > On Thu, Apr 1, 2010 at 16:12, DustyReagan wrote: > > So, it occurs to me how many developers must be reinv

[twitter-dev] Sharing MySQL User Table Schema

2010-04-01 Thread DustyReagan
So, it occurs to me how many developers must be reinventing the MySQL schema for the User object. I've started work on optimizing my database for Friend Or Follow, and thought it'd be cool to share my schema and collaborate with other YesSQL users. Here's where I'm starting: http://dustyreagan.com

[twitter-dev] Lists count in User object

2010-04-01 Thread DustyReagan
I was wondering if it'd be possible to get the number of lists a user belongs to returned in the User object. I noticed the list count is displayed beside status, follower, and following counts all over Twitter, looks like the list count may be on the same level as the other counts. I'd like to inc

[twitter-dev] Re: Bulk User Lookups

2010-03-29 Thread DustyReagan
Agreed! Thanks for this method! With the secondary limits removed, the bulk user lookup method is amazing! :) On Mar 26, 9:33 am, Dewald Pretorius wrote: > I just want to say thank you for the new users/lookup API method, and > for removing the secondary limits. > > It has improved the response t

[twitter-dev] Profile Image Host Name Parallelization

2010-02-26 Thread DustyReagan
I'm trying to speed up my Twitter application, and one of the recommendations I ran across was to increase the download parallelization of the numerous Twitter profile images on my webpage. Just out of curiosity, I tried: http://a1.twimg.com/profile_images/469603814/twitter20091011-2_bigger.jpg h

[twitter-dev] Disappearing / Reappearing Social Graph & Lists

2010-01-20 Thread DustyReagan
I noticed an issue tonight where a user's Friends, Followers, and Lists counts randomly goes down to zero. For example, I can refresh http://twitter.com/TastyTracy a few times and her Friends, Followers, and Lists counts randomly drop to zero and come back on the next refresh. It also happens in t

[twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2010-01-08 Thread DustyReagan
As large as possible. 100k would be a huge improvement. For FriendOrFollow.com I need the user's entire social graph to effectively calculate who's not following them back, who they're not following back, and their mutual friendships. I can't really cache this data because user's make decisions on

[twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-29 Thread DustyReagan
I 2nd Dewald's sentiments. On Dec 27, 8:29 pm, Dewald Pretorius wrote: > What is being deprecated here is the old pagination method with the > &page parameter. > > As noted earlier, it is going to cause great pain if the API is going > to assume a cursor of -1 if no cursor is specified, and hence

[twitter-dev] Re: Search API: new HTTP response code 420 for rate limiting starting 1/18/2010

2009-12-22 Thread DustyReagan
Will you be changing the REST API error code to match the Search API? RE: 420 = rate limit exceeded. On Dec 22, 4:44 pm, Wilhelm Bierbaum wrote: > We're changing the response code sent back by the Search API when the > rate limit has been exceeded. At present, it is impossible to > distinguish ra

[twitter-dev] Twitter API Library Popularity Poll

2009-11-29 Thread DustyReagan
I created a simple popularity poll for Twitter API Libraries. Why? Simple curiosity on what everyone is using. Please only fill it out once, and only select libraries you use in actual production code. Take the poll here: http://bit.ly/5sFfZc I'll share the results.

[twitter-dev] update_delivery_device method

2009-10-29 Thread DustyReagan
I was playing around with the account/update_delivery_device method. It seems to behave like this: device=sms:im - Does nothing device=none - Turns device updates off Neither "sms" or "im" turn device updates back on. Are there any plans for this method to be updated or deprecated?

[twitter-dev] blocks/blocking documentation?

2009-10-24 Thread DustyReagan
In the blocks/blocking documentation, it stats that 20 user objects are returned at a time before you have to page. I tested this and received 115 in one page. Does anyone know the upper bound of blocks/ blocking object return? Or is it actually limitless? It feels like the page parameter has no

[twitter-dev] Re: Deprecation Notice: pagination on several methods is being replaced with cursoring on October 26, 2009

2009-10-23 Thread DustyReagan
Bump. Anyone know if page deprecation still scheduled to happen on Oct. 26th? On Oct 22, 3:17 am, Rich wrote: > I hope not, Apple are being especially slow at approving my update at > the moment that includes the cursor changes! > > On Oct 22, 3:20 am, DustyReagan wrote: >

[twitter-dev] Re: Deprecation Notice: pagination on several methods is being replaced with cursoring on October 26, 2009

2009-10-21 Thread DustyReagan
Is page deprecation still scheduled to happen on Oct. 26th? Is this deprecation happening on all methods that have the cursor parameter enabled? -Dusty On Oct 8, 5:26 am, Kyle Mulka wrote: > Will thepageparameter on /statuses/user_timeline (or on any of the > other timeline methods) be deprec

[twitter-dev] Twitter API Wiki Lockdown

2009-10-18 Thread DustyReagan
I was just wondering why the Twitter API wiki isn't open to edit? Well, I can understand that Twitter wants full control of it, but it seems like you could grow some really strong documentation using crowd- sourcing. Twitter would put out the bulk of the content, but indie developers could probabl

[twitter-dev] Want to be quoted in Twitter App Development for Dummies?

2009-09-20 Thread DustyReagan
I'm working on Twitter Application Development for Dummies, and the last chapter is "10 Twitter API Tips From Noteworthy Twitter Developers." If you have *tip* you'd like to submit please send it to du...@dustyreagan.com. Please put #TADD Tip somewhere in the subject, let me know what Twitter app

[twitter-dev] Unable to Connect to tcp://twitter.com:80. Error #110: Connection timed out

2009-04-28 Thread DustyReagan
Is anyone else getting the error: Unable to Connect to tcp://twitter.com:80. Error #110: Connection timed out I have to apps on with 2 different white-listed accounts on static IP addresses getting this error. Am I alone? My apps are: http://friendorfollow.com http://featuredusers.com I was get

Re: Help! Did something change with the API?

2009-02-11 Thread DustyReagan
cklisted > > > > On Wed, Feb 11, 2009 at 13:45, DustyReagan wrote: > > > Oh. I tested the API manually from home. Just typed the address in my > > browser. > > > On Feb 11, 3:32 pm, Matt Sanford wrote: > >> Hi Dusty, > > >>      The timeout er

Re: Help! Did something change with the API?

2009-02-11 Thread DustyReagan
> you do it from your servers? Also, if you can let me know the IP   > address I can check if it is blocked for some reason. > > Thanks; >    — Matt Sanford > > On Feb 11, 2009, at 01:29 PM, DustyReagan wrote: > > > > > PS. I'm using Media Temple to se

Re: Help! Did something change with the API?

2009-02-11 Thread DustyReagan
manually, did   > you do it from your servers? Also, if you can let me know the IP   > address I can check if it is blocked for some reason. > > Thanks; >    — Matt Sanford > > On Feb 11, 2009, at 01:29 PM, DustyReagan wrote: > > > > > PS. I'm using Media Tem

Re: Help! Did something change with the API?

2009-02-11 Thread DustyReagan
PS. I'm using Media Temple to server my sites. Could the IP Address be blocked or something? On Feb 11, 3:27 pm, DustyReagan wrote: > Hi, > > I have 2 appshttp://FriendOrFollow.com(I haven't changed the code on > this site in weeks) andhttp://FeaturedUsers.com(uses t

Help! Did something change with the API?

2009-02-11 Thread DustyReagan
Hi, I have 2 apps http://FriendOrFollow.com (I haven't changed the code on this site in weeks) and http://FeaturedUsers.com (uses the Zend Framework to access Twitter). Both of these sites are using the same authentication and are giving me the error "Unable to Connect to tcp://twitter.com:80. Er

Re: Incomplete list of friends being returned

2008-12-10 Thread DustyReagan
I often see message's like this in summize: bobke: Mr. Tweet, FriendorFollow and Twitter Karma don't work. All 3 have bad information. Has anyone else tried them? As far as I can tell it's due to the API data having inconsistencies. *shrug* On Dec 10, 5:02 pm, DustyReagan &l

Re: Incomplete list of friends being returned

2008-12-10 Thread DustyReagan
I've noticed the same sorta' thing. Getting a user's list of followers and followings has been really flaky. Would love for it to be more reliable. Dusty On Dec 10, 3:46 pm, Carter Rabasa <[EMAIL PROTECTED]> wrote: > I doubt it, because I am authenticating with the user's credentials. > You'd th

Re: What happened to users background API

2008-12-09 Thread DustyReagan
Right on. Thanks! On Dec 9, 5:53 pm, "Alex Payne" <[EMAIL PROTECTED]> wrote: > Please see the recently updated thread about this issue.  It's a > temporary error that these attributes are missing, and we're fixing it > right now. > > On Tue, Dec 9, 200

What happened to users background API

2008-12-09 Thread DustyReagan
Show User use to return the following, but it seems not to anymore. Are they gone for good or moved? profile_background_color profile_text_color profile_link_color profile_sidebar_fill_color profile_sidebar_border_color profile_background_image_url profile_background_tile Dusty

Re: Using CAPTCHAs to get more followers on twitter.

2008-12-09 Thread DustyReagan
The way I understand it, you want to create a CAPTCHA that uses the twitter API. The CAPTCHA itself would be used anywhere someone needs a CAPTCHA. Like my websites email newsletter signup. So the point of the thing is to be and function as CAPTCHA. But instead of picking out kittens, or reading l

Re: Rate limit exceeded for whitelisted app

2008-12-03 Thread DustyReagan
Same problem here. Glad to hear you guys are on it. :) Dusty On Dec 2, 9:15 pm, "Alex Payne" <[EMAIL PROTECTED]> wrote: > The updated estimate I've just received from our ops guys is "more > than 15 minutes and less than 12 hours".  They have to restore from a > nightly database backup.  Said ba

Re: User Method Show "Friends" Down

2008-11-22 Thread DustyReagan
don't seem to have any special characters in the bios and they always worked. Not sure if the special characters was the problem, just something I noticed. Dusty On Nov 22, 10:58 pm, "Alex Payne" <[EMAIL PROTECTED]> wrote: > Could you provide examples? > > > > On

Re: User Method Show "Friends" Down

2008-11-22 Thread DustyReagan
Hmm... seems to be working now. Could this have had something to do with the special characters in peoples bios? Like the stars and faces and such? On Nov 22, 3:46 pm, DustyReagan <[EMAIL PROTECTED]> wrote: > It seems thathttp://twitter.com/statuses/friends/bob.xml?page=1is >

User Method Show "Friends" Down

2008-11-22 Thread DustyReagan
It seems that http://twitter.com/statuses/friends/bob.xml?page=1 is not working. I'm getting lots of complaints on FriendOrFollow.com from users seeing incorrect results. So it's not just "bob" with a broken page. Also, it doesn't appear to always be page 1. Sometimes it's a page in the middle li

Scaling issue with a modest Twitter app

2008-10-17 Thread DustyReagan
I started a little project: http://FriendOrFollow.com. It's a small project, that's really started getting a lot of traffic. The issue I'm having is, it works great with < 1 user request per minute (avg 5 Twitter API requests per user). However, when I get a large spike in traffic, I start gettin

Re: Who's following me by SMS?

2008-10-17 Thread DustyReagan
m Williams <[EMAIL PROTECTED]> wrote: > > Nope. I would imagine that Twitter would get a large amount of flack for > > divulging that kind of personal information. > > > Abraham > > > On Thu, Oct 16, 2008 at 23:25, DustyReagan <[EMAIL PROTECTED]> wrote: &g

Re: Who's following me by SMS?

2008-10-16 Thread DustyReagan
.com/REST+API+Documentation#followers > > On Thu, Oct 16, 2008 at 21:28, DustyReagan <[EMAIL PROTECTED]> wrote: > > > Is there a way to find out who's following me by SMS via API or > > otherwise? Cause, that would be neat! :) > > > Dusty > > -- > |

Who's following me by SMS?

2008-10-16 Thread DustyReagan
Is there a way to find out who's following me by SMS via API or otherwise? Cause, that would be neat! :) Dusty

Re: Adding following_count to "friends" & "followers" methods

2008-10-13 Thread DustyReagan
Oh nice! Starred. Thanks! On Oct 13, 12:40 pm, "Alex Payne" <[EMAIL PROTECTED]> wrote: > We have an open issue for that.  Please star it to receive updates > about its progress: > >  http://code.google.com/p/twitter-api/issues/detail?id=5 > > > > On T

Re: Friends and followers

2008-10-13 Thread DustyReagan
Hey Stephen, I have a similar app, http://friendorfollow.com. I process my data in a similar manner as you and I've also noticed some inaccuracies. So far I've chalked it up to lag in the API data. Would be nice if the data was a bit more reliable. Dusty On Oct 10, 7:03 pm, Steven Bristol <[EMA

Adding following_count to "friends" & "followers" methods

2008-10-09 Thread DustyReagan
Hi Twitter, Alex, all, Would it be possible to get a user's following_count added to the "friends" and "followers" user methods? http://twitter.com/statuses/friends/bob.xml http://twitter.com/statuses/followers/bob.xml I'd like to be able to sort / search through a user's contacts (followings a