[twitter-dev] Selling Content vs. Selling a Service

2011-05-23 Thread Shannon Whitley
A number of chat groups have grown up around Twitter. One of the big requirements for these groups is to produce a transcript for each chat session. While the content is free, there is a cost associated with the collection of tweets and generation of the transcripts for each group. Many

[twitter-dev] Re: Getting 500 error with my twitter Account

2011-05-13 Thread Shannon Whitley
It looks like the same error is being reported by other users: https://code.google.com/p/twitter-api/issues/detail?id=2178 I saw your profile once and received the Fail Whale on a couple of other attempts. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API

Re: [twitter-dev] Adding more users to the twitter stream listener

2011-05-06 Thread Shannon Whitley
I need to attack this issue too, so I'm looking forward to suggestions. On Fri, May 6, 2011 at 9:35 AM, Ray Slakinski ray.slakin...@gmail.comwrote: I'm working on a program that uses the stream api to listen for tweets from a list of users, if that list of user changes it appears to me that I

Re: [twitter-dev] Re: Visual refresh of the OAuth screens

2011-05-04 Thread Shannon Whitley
I just noticed that the oAuth window appears to be resetting the height so that the entire page is visible (no scrolling). For Firefox and Chrome that's fixed the issue. Thank you! However, there is still a problem with IE. It is worse now. The user no longer sees the scrollbar and cannot

[twitter-dev] New oAuth Authenticate Page

2011-04-28 Thread Shannon Whitley
I was surprised to see a newly formatted oAuth Authenticate Page. The new page doesn't account for the scores of oAuth implementations that popup a new window. There is an ad-hoc standard for the window height and width that makes for a decent user experience. The new format will cause issues

[twitter-dev] Re: Visual refresh of the OAuth screens

2011-04-28 Thread Shannon Whitley
Hi Matt, This is a big change and it negatively impacts many web applications that popup a browser window to display the oAuth screen. The popup windows were sized for the old content, and the new content will force the user to scroll. It's not a great experience. I wish there would have been

[twitter-dev] Re: Visual refresh of the OAuth screens

2011-04-28 Thread Shannon Whitley
Matt, Thanks for the reply. I'm referring to a popup browser window that displays the full url. The technique is not designed to mask the oAuth process, it's designed to improve the experience for the user. Devs have been using this technique since Twitter released oAuth. The popup allows the

[twitter-dev] Site Streams: Positive Feedback

2011-04-26 Thread Shannon Whitley
Site Streams are working very well for me. If the beta is indefinite, I don't plan to wait much longer before using them in production. This technology is really impressive, and I'd like to thank all of the Twitter devs who worked on it. -- Twitter developer documentation and resources:

Re: [twitter-dev] List Membership Add/Delete and 403 Error

2011-04-23 Thread Shannon Whitley
://twitter.com/rno On Thu, Apr 21, 2011 at 1:01 PM, Shannon Whitley shannon.whit...@gmail.com wrote: I'm able to add and delete list members using list/members for *my* account, but the same process is failing with another account. I know that the oAuth tokens are good because I can retrieve the list

[twitter-dev] List Membership Add/Delete and 403 Error

2011-04-21 Thread Shannon Whitley
I'm able to add and delete list members using list/members for *my* account, but the same process is failing with another account. I know that the oAuth tokens are good because I can retrieve the list members. A 403 error is generated when when I try to add or delete members for this other

[twitter-dev] Site Stream User Events and Status created_at

2011-04-05 Thread Shannon Whitley
For user events such as follow, unfollow, etc., would it be possible to include information from the latest status (at least created_at)? This would be helpful in identifying stale accounts. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: Source Parameter Doesn't Change

2011-03-15 Thread Shannon Whitley
My source parameter finally changed on its own. I'm not sure what triggered the change, but it's correct now. Thanks! On Mar 8, 6:02 pm, Shannon Whitley shannon.whit...@gmail.com wrote: I had previously setup a Twitter application and used it under one name.  I've recently changed the name

[twitter-dev] Re: consistency and ecosystem opportunities

2011-03-12 Thread Shannon Whitley
I was hoping that Ryan was just a few weeks early for his April Fools' post. Don't build clients? It sounds like a bad joke. I wrote a letter to Ryan on my blog in response to this post: http://www.voiceoftech.com/swhitley/index.php/2011/03/a-letter-to-ryan-sarver/ I know you guys can't be

[twitter-dev] Re: consistency and ecosystem opportunities

2011-03-12 Thread Shannon Whitley
to grabbing a user's home_timeline and rendering it.  that's thinking too small, and @*rsarver* is telling you that. On Sat, Mar 12, 2011 at 4:29 PM, Shannon Whitley shannon.whit...@gmail.comwrote: I was hoping that Ryan was just a few weeks early for his April Fools' post. Don't build

[twitter-dev] Source Parameter Doesn't Change

2011-03-08 Thread Shannon Whitley
I had previously setup a Twitter application and used it under one name. I've recently changed the name and updated the Twitter app settings (trying both http://twitter.com/oauth and http://dev.twitter.com/apps). Everything is fine except for the source parameter. It still shows the old value.

[twitter-dev] Re: update_profile_image is returning 200OK but not updating Profile Image

2010-09-03 Thread Shannon Whitley
Hi, I was wondering if this issue was corrected. I'm having a problem updating the background profile image. The API is returning 200 and the user's profile data, but the image isn't updated. On Jul 19, 6:54 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Thank you for the

[twitter-dev] Re: Uploading a Profile Image help

2010-09-03 Thread Shannon Whitley
This call was working fine for me using basic auth. I've been converting my code to oAuth on my test machine. I now receive a 200 reply and the user's profile data, but the image is not updated. On Aug 9, 8:33 am, MeltingIce meltingice8...@gmail.com wrote: I too am waiting for the

[twitter-dev] Re: Issues with OAuth

2010-07-19 Thread Shannon Whitley
ap, I'm experiencing the problem too. It's good to hear that Taylor et al are on the case.

Re: [twitter-dev] Re: Is OAuth working for *anyone* out there?

2010-05-20 Thread Shannon Whitley
I've been keeping track of the major oAuth issues that developers report to me. I've also hit these a few times myself. 1. The date/time on your machine must be accurate. Make sure you’ve performed a recent sync with a known time source. 2. If you’re trying to call a Twitter API method

[twitter-dev] .NET Code for the Streaming API

2010-04-26 Thread Shannon Whitley
I've been working on a project that uses all .NET code to connect to the streaming api (HttpWebRequest native JSON parsing). Several people have already released code samples and many of the libraries have this functionality, but I needed to build my own app. There were enough issues along the

Re: [twitter-dev] .NET Code for the Streaming API

2010-04-26 Thread Shannon Whitley
me: http://www.google.com/search?q=andrew%20badera On Mon, Apr 26, 2010 at 8:10 PM, Shannon Whitley swhit...@whitleymedia.com wrote: I've been working on a project that uses all .NET code to connect to the streaming api (HttpWebRequest native JSON parsing). Several people have already

Re: [twitter-dev] Re: Can our twitter app call /oauth/revoke?

2010-04-23 Thread Shannon Whitley
One example where it would be useful: I'm trying to troubleshoot a problem with a currently authorized user. The same token and secret are pulled from Twitter each time during the oAuth process, but any calls to the Twitter API respond with unauthorized. I asked the user to revoke access to my

Re: [twitter-dev] Re: Get user profile pic by name, unauthenticated?

2010-04-18 Thread Shannon Whitley
This has to be the softest launch ever, especially for such an important feature (three years in-the-making). You're saving me time, aggravation, and money. Thank you! Are there any limitations? I've been using it for a few weeks and it seems stable. -- Subscription settings:

Re: [twitter-dev] Re: @Anywhere + Access Tokens

2010-04-17 Thread Shannon Whitley
I spoke with the devs at Chirp and I'm planning to use the token during the auth process. They confirmed that it is short-lived though. On Sat, Apr 17, 2010 at 2:43 PM, Abraham Williams 4bra...@gmail.com wrote: My understanding is the @Anywhere access tokens are short lived of only a few

Re: [twitter-dev] Re: @anywhere Drupal and WordPress Plugins?

2010-04-16 Thread Shannon Whitley
I've updated Twit Connect for WordPress to include @anywhere. It adds hovercards, follow buttons, and tweetboxes. I really like the tweetbox on the WordPress comment form. http://wordpress.org/extend/plugins/twitconnect On Fri, Apr 16, 2010 at 3:11 PM, Pelechati amach...@gmail.com wrote:

Re: [twitter-dev] Re: Early look at Annotations

2010-04-16 Thread Shannon Whitley
I think this will be a great addition to the platform. I suppose it will be up to each software client to determine how (classic) retweets are handled. The annotations could be copied and edited. I assume new retweets will simply reference the original tweet and its annotations. On Fri, Apr

Re: [twitter-dev] chirp questions for non-attendee's

2010-04-13 Thread Shannon Whitley
I had an app suspended because it was on the same domain as another app and it appeared to have the same functionality. I was setting up a test version. Guess that's a no-no. On Tue, Apr 13, 2010 at 5:58 PM, Peter Denton petermden...@gmail.comwrote: Thanks to Dewald's advice, I started a new

[twitter-dev] Re: 404 Errors on friends and followers using cursors

2010-03-09 Thread Shannon Whitley
I've been hitting this a lot lately with data for my own id. It's a huge issue. I'm happy to see that it's been marked as a high priority, but it's been around for months. Do we have an estimate for a fix? Thanks!

[twitter-dev] Re: .NET and oAuth update problems

2010-03-04 Thread Shannon Whitley
Desktop oAuth with .NET http://www.voiceoftech.com/swhitley/?p=856 This example includes an updated version of oAuth.cs and oAuthTwitter.cs It includes some changes to url encoding that one of my blog readers submitted. Those two files could be used in the web versions with minor adjustments.

[twitter-dev] Re: Introduce yourself!

2010-02-22 Thread Shannon Whitley
Hi, I'm Shannon Whitley. I prefer .NET coding, but I do a lot of work in PHP these days (thanks to WordPress and Facebook). A few of my projects are listed on http://whitleymedia.com, but my favorite is still a Twitter Excel client (that some suggested should be named Excreet). I run Chat

[twitter-dev] Re: What's up with OAuth?

2010-02-17 Thread Shannon Whitley
Hi, What is the expected wait time after submitting a request for xAuth access? I'm trying to let a client know how long the development cycle will take, but a lot depends on this approval. My request is currently pending from Thursday or Friday of last week. Thank you.

[twitter-dev] Re: .NET Servers

2009-12-22 Thread Shannon Whitley
Thanks for the feedback, Andy. I'll run your thoughts past GoGrid and see what they can do. I could offer 2008 at the same price as 2003 (if I drop the memory), but in my experience it's not even worth trying to run 2008 on less than a GB of RAM. I also want to know more about the ease with

[twitter-dev] .NET Servers

2009-12-21 Thread Shannon Whitley
I develop various applications using .NET tools (and PHP). For many of my projects, I really need to run my own servers; shared webhosting just doesn't cut it (and that's going to be especially true when I get access to the firehose -- soon, I hope). I've been frustrated over the past year.

[twitter-dev] Re: About the oneforty application directory

2009-09-30 Thread Shannon Whitley
Hi Robby, Thanks for the explanation on the read/write access. I hesitated to signon when I saw the access requirement. Many saavy users will hesitate as well. I want to see you get as many users as possible and this will probably come up again when you move to the next phase. It might be

[twitter-dev] ClickableNow Dev Partners

2009-08-03 Thread Shannon Whitley
ClickableNow is a service that enables clickable Twitter backgrounds via a browser add-on. We launched the service last week and so far we've seen about 10,000 visitors to the website (http:// clickablenow.com). We're now looking to add an additional page to the website to list developers who

[twitter-dev] Re: Profile image urls - how to update

2009-07-12 Thread Shannon Whitley
I recall seeing a post from a Twitter employee that static profile image urls would be delivered sometime in June 2009. Do we have any updates? Thanks. On May 21, 6:14 pm, Doug Williams d...@twitter.com wrote: Thanks for your patience guys -- we realize the benefits of predictable static

[twitter-dev] Re: whitelist site -- horror story

2009-06-20 Thread Shannon Whitley
I was thinking the same thing about the referrer. I rushed over to check on my apps after reading this thread. I know this has been broached before, but it sure would be nice to have a beta site for the devs to test against before changes go live. On Jun 19, 7:04 am, Doug Williams

[twitter-dev] New oAuth Redirect Page

2009-06-03 Thread Shannon Whitley
It looks like an intermediary page has been inserted between the oAuth login and the redirect back to the application. The HTTP referrer is now null. I was using the referrer to pass and retrieve dynamic variables associated with the login. Is this new page a necessary addition to the oAuth

[twitter-dev] Re: New oAuth Redirect Page

2009-06-03 Thread Shannon Whitley
. With   a dynamic callback you can set whatever you like and not have to base   it on (easily spoofed) referrers. Thanks;   – Matt Sanford / @mzsanford       Twitter Dev On Jun 3, 2009, at 1:53 PM, Shannon Whitley wrote: It looks like an intermediary page has been inserted between the oAuth login

[twitter-dev] Re: New oAuth Redirect Page

2009-06-03 Thread Shannon Whitley
In case anyone is having a similar issue, I changed my code to store the data using the user's IP address. This should work okay until Matt delivers the update. A cookie would also be an option, just not for my app in this case. On Jun 3, 2:37 pm, Shannon Whitley shannon.whit...@gmail.com

[twitter-dev] Re: User Icon in RSS Feed?

2009-05-13 Thread Shannon Whitley
I don't think anything has changed. You can take a look at SPIURL - http://code.google.com/p/spiurl/ On May 13, 10:35 am, 51productions chrisgr...@gmail.com wrote: I'm building a little sidebar on a website with a twitter RSS feed, and I'd love to be able to use the user icons with it. I do

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

[twitter-dev] Re: Twitter's official comment on our disabling of OAuth

2009-04-24 Thread Shannon Whitley
Thanks for all your hard work, Matt. In one of my solutions, I am getting around the absence of the oauth_callback by using the referrer. I know referrer is unreliable, but I'm going with it for now. When the call comes back from the authorize page, the referrer still contains the information

[twitter-dev] Re: Twitter's official comment on our disabling of OAuth

2009-04-24 Thread Shannon Whitley
machine. This should also let you do   development once your project launches. Thanks;    – Matt Sanford / @mzsanford        Twitter API Developer On Apr 24, 2009, at 07:47 AM, Shannon Whitley wrote: Thanks for all your hard work, Matt. In one of my solutions, I am getting around

[twitter-dev] Re: Twitter's official comment on our disabling of OAuth

2009-04-23 Thread Shannon Whitley
Thanks, Matt! Even though it kills my latest project, I'm still in agreement that turning oAuth back on without oauth_callback is preferable to leaving it off. oauth_callback is very important to me, though, so I would lobby for bringing it back in some form as quickly as possible. Apr 23,

[twitter-dev] Re: OAUTH Feature currently disabled

2009-04-22 Thread Shannon Whitley
Adding my S.O.S. here too. On Apr 22, 3:31 am, gissmog giss...@gissmog.de wrote: Hello, is there a page where I can get the current status of the oauth feature? I justed started implementing the oauth feature and I'am not able to continue ;-( How do the other developers behave in this

[twitter-dev] Re: OAUTH Feature currently disabled

2009-04-22 Thread Shannon Whitley
Whatever your definition of public beta, I'd just love to at least know what's going on. On Apr 22, 8:15 am, iematthew matthew.dai...@ientryinc.com wrote: If I'm not mistaken, OAuth is still in public Beta. Or did I miss the memo? (wouldn't have been the first time). I doubt it is wise at

[twitter-dev] Re: Oauth button

2009-04-18 Thread Shannon Whitley
I wish someone could have been there when I created the Twit Connect WordPress plugin. http://www.voiceoftech.com/swhitley/?p=683#twc_button I begged for someone to help me create a button, but I had to make my own. Thanks to Peter, I'll now be able to standardize on the next version. On Apr

[twitter-dev] Re: The OAuth Conundrum

2009-03-28 Thread Shannon Whitley
I've done a lot of work recently with Twitter's oAuth implementation. I'm happy with the the solution for my web apps. Having said that, I don't think it should be the way to authenticate. Basic Auth has been so easy to implement that I think it has fostered very creative solutions from people

[twitter-dev] Profile Images with no file extension

2009-03-23 Thread Shannon Whitley
I just discovered that there are profile images with no file extension. This is an example: http://s3.amazonaws.com/twitter_production/profile_images/70479542/eliteblogger_logo Is this something that we should expect? I have been using the extension to determine the content-type.

[twitter-dev] Re: Profile Images with no file extension

2009-03-23 Thread Shannon Whitley
Great. Thanks for the info. On Mar 23, 5:10 pm, Alex Payne a...@twitter.com wrote: There are a couple known bugs in our image processing that should soon be rectified by a branch we have waiting to go out. On Mon, Mar 23, 2009 at 07:17, Shannon Whitley shannon.whit...@gmail.com wrote

[twitter-dev] Re: Proof of identity rather than authorization

2009-03-22 Thread Shannon Whitley
Very timely. I was thinking through this last night. I may develop a general application for this purpose. On Mar 22, 3:17 am, GraemeF grae...@gmail.com wrote: Hi Elliott, This scenario worked well with basic authentication; you could just delegate the login to Twitter. Now I don't see

[twitter-dev] Re: OAuth POST requests

2009-03-20 Thread Shannon Whitley
Yep. That must have been the problem. On Mar 19, 3:54 pm, Dimebrain daniel.cre...@gmail.com wrote: That makes sense, .NET's HttpUtility.UrlEncode method doesn't encode in uppercase hexadecimal, and the OAuth 1.0 spec requires that. On Mar 19, 7:20 pm, Shannon Whitley shannon.whit

[twitter-dev] Re: OAuth POST requests

2009-03-19 Thread Shannon Whitley
I'm running into this as well. My POSTs are not working (401 error). GETs are fine. On Feb 16, 11:50 pm, Ryan W rwilli...@gmail.com wrote: Any luck with this?  Running into the same problem here, wondering what the right combination of data to put in URL params vs post data vs headers, etc.

[twitter-dev] oAuth and IE7

2009-03-17 Thread Shannon Whitley
I'm testing oAuth with IE7. The authorization page is displaying a javascript error. The same url opens fine in Firefox. Url = http://twitter.com/oauth/authorize/?oauth_token={token}oauth_token_secret={secret} Error = Object Required JS Line = if(window.top === window.self)

[twitter-dev] Re: oAuth and IE7

2009-03-17 Thread Shannon Whitley
. On Tue, Mar 17, 2009 at 12:49, Shannon Whitley shannon.whit...@gmail.comwrote: I'm testing oAuth with IE7.  The authorization page is displaying a javascript error.  The same url opens fine in Firefox. Url = http://twitter.com/oauth/authorize/?oauth_token={token}oauth_token_secret

[twitter-dev] Re: TinyUrl and Twitter. Should I use it?

2009-03-12 Thread Shannon Whitley
Checkout bit.ly, tr.im, is.gd, snurl.com, adjix.com -- They all have easy REST APIs and very helpful developers. You can shoot me an email (swhitley [at] whitleymedia [dot] com) if you'd like some sample C# code. On Mar 11, 4:14 am, shapper mdmo...@gmail.com wrote: Does anyone knows if there

[twitter-dev] Re: missing comma in status creation time not parsing with Date in IE

2009-03-09 Thread Shannon Whitley
Here's a commonly used function for the date fix: // Make date parseable in IE [Jon Aquino 2007-03-29] // http://jonaquino.blogspot.com/2006/12/twitter-increasing-number-of-twitters.html function fixDate(d) { var a = d.split(' '); var year = a.pop(); return a.slice(0,

[twitter-dev] Re: Twitter Profile Image(s)

2009-02-23 Thread Shannon Whitley
You may want to look at the SPIURL project: http://code.google.com/p/spiurl/ It provides static urls for each Twitter profile image. On Feb 22, 8:43 am, dougw igu...@gmail.com wrote: I take that back, Ricardo. I looks like this has already been officially requested. Be sure to star it if

Re: Recent Changes To Twitter.com Has Broken My App

2009-02-16 Thread Shannon Whitley
On Feb 15, 2009, at 8:18 AM, Shannon Whitley wrote: I hope Twitter will reconsider these changes.  With My Tweeple, I was able to provide a preview of a user's updates by displaying the page in an iframe.  It was very convenient for the user to review someone's tweets before deciding to follow

Re: Recent Changes To Twitter.com Has Broken My App

2009-02-15 Thread Shannon Whitley
I hope Twitter will reconsider these changes. With My Tweeple, I was able to provide a preview of a user's updates by displaying the page in an iframe. It was very convenient for the user to review someone's tweets before deciding to follow someone. It also appears that Twummize.com no longer

Re: New API methods to retrieve social graph without pagination

2009-02-11 Thread Shannon Whitley
I was really looking forward to implementing these API methods. After dealing with the pagination for so long, this seemed perfect. Then I realized that I have to call /users/show for every user to get the most current bio etc. So instead of making 10 calls for a user with 1,000 followers, I'm

Static Profile Image Link

2009-01-22 Thread Shannon Whitley
I've developed a Google App Engine project that creates static links for user profile images. This is the format for the static link: http://spiurl.appspot.com?screen_name={screen_name} You can use my service or download the code here - http://code.google.com/p/spiurl/ It is a slower

Re: verify_credentials response changed

2008-12-12 Thread Shannon Whitley
I'll be following the @twitterapi bot from now on. This took me by surprise. 8 days notice is not a lot of time for everyone. Considering development, testing, and release cycles, even a small change can take longer than 8 days for larger applications.

Re: Change to Twitter API?

2008-12-11 Thread Shannon Whitley
I am having problems with My Tweeple as well.

Re: Static URL to profile picture

2008-10-10 Thread Shannon Whitley
We should also consider the user experience. Some of my friends change their avatar daily (if not hourly). If each application caches the avatar, the user might end up with a different avatar on each application. That would especially apply to applications that do not need to update data

Re: Static URL to profile picture

2008-10-09 Thread Shannon Whitley
I agree too. This request could really cut down on API calls. On Oct 8, 4:25 pm, Nicolas Grasset [EMAIL PROTECTED] wrote: Is there a way to get a static profile picture URL when using the API, since picture updates will break old links? My