[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

[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:

[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:

[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 yarbrough.me...@gmail.com wrote: Having the

[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:

[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

[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

[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

[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/Enhancements

[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

[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

[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] 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
, Tim. On Thu, Nov 11, 2010 at 11:12 AM, DustyReagan dustyrea...@gmail.com wrote: 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

[twitter-dev] Re: Identify Suspended Accounts

2010-11-11 Thread DustyReagan
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 something we were unable to reproduce. DustyReagan responded with examples of where this is still

[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: Sharing MySQL User Table Schema

2010-04-02 Thread DustyReagan
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 dustyrea...@gmail.com wrote: Hey Damon! FoF is missing several new and new(ish

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

2010-04-02 Thread DustyReagan
=1186 On Apr 1, 5:16 pm, DustyReagan dustyrea...@gmail.com wrote: 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

[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

[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:

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

2010-04-01 Thread DustyReagan
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 dustyrea...@gmail.com wrote: So, it occurs to me how many developers must be reinventing the MySQL schema for the User object. I've

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

2010-04-01 Thread DustyReagan
, DustyReagan dustyrea...@gmail.com wrote: 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

[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 dpr...@gmail.com wrote: I just want to say thank you for the new users/lookup API method, and for removing the secondary limits. It has improved

[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

[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

[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

[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 dpr...@gmail.com 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

[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 wilh...@twitter.com 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

[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 rhyl...@gmail.com 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 dustyrea

[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 repalvigla...@yahoo.com wrote: Will thepageparameter on /statuses/user_timeline (or on any of the other

[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

[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

[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

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.

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 dustyrea...@gmail.com wrote: Hi, I have 2 appshttp://FriendOrFollow.com(I haven't changed the code on this site in weeks) andhttp://FeaturedUsers.com(uses the Zend

Re: Help! Did something change with the API?

2009-02-11 Thread DustyReagan
, 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 Temple to server my sites. Could the IP Address be blocked

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 server my sites. Could the IP Address be blocked or something

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 think

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

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: 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, 2008 at 15:50, DustyReagan [EMAIL PROTECTED] wrote

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 not working. I'm

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