Re: [twitter-dev] [Twitter Profile Image Update]What am I gonna do? anybody knows?

2010-06-16 Thread Clint Shryock
Jusung - I'm using Objective-c as well and I've gotten more than an handful of 500 errors, even the the post was successful and the avatar was updated. The users/show API also is slow to update and show the new avatar. Is your Twitter avatar update reflected on twitter.com ? +Clint On Wed, Jun

Re: [twitter-dev] Encrypt access key, secret, or both?

2010-06-02 Thread Clint Shryock
I guess I'm getting terminology confused. My application is a desktop Mac applications. When I registered my app I got a Consumer Key and a Consumer Secret. These belong to my app. For a given user I go though the xAuth process and get back an Access Token, consisting of a key and secret. These

Re: [twitter-dev] Is anyone aware of how long xAuth approvals (by Twitter) are taking?

2010-05-30 Thread Clint Shryock
I had the same issue, the ticket # they sent back only worked for a few hours before it just disappeared. I emailed them asking about the missing ticket and xAuth time and they got back to me within 24 hours, so overall mine was approved in under 48 hours. +Clint On Sat, May 29, 2010 at 6:30

Re: [twitter-dev] Oauth authentication - reg

2010-05-18 Thread Clint Shryock
Yes, that's basic auth and is going to be turned off. Here's how to get started: http://dev.twitter.com/pages/auth +Clint On Tue, May 18, 2010 at 7:58 AM, Sigma suresh.aa...@gmail.com wrote: Hi, I'm a newbie. i want to know how to get username and password from folks accessing my

Re: [twitter-dev] Re: Basic Auth Deprecation

2010-04-30 Thread Clint Shryock
See Twurl: http://thechangelog.com/post/536535280/twurl-oauth-enabled-curl-for-the-twitter-api and http://github.com/marcel/twurl +Clint On Thu, Apr 29, 2010 at 9:47 PM, mcfnord mcfn...@gmail.com wrote: I think I know the answer to this question (YES), but I wanna clarify: Everywhere in the

Re: [twitter-dev] Obj-C xAuth Demo

2010-03-03 Thread Clint Shryock
I saw your repository this morning, it all looks fantastic. I appreciate the work you've done. I'll probably appreciate it more when I actually get around to using it +Clint On Tue, Mar 2, 2010 at 10:29 PM, Isaiah Carew isa...@me.com wrote: Hi guys, For those looking to implement xAuth

[twitter-dev] Re: Uploaded new pic to Twitter and it isn't showing up

2009-08-13 Thread Clint Shryock
Alex- Is there any news you can relay about the status of the static asset hosting move? The API for updating profile images has been busted for a while now, by that I mean uploading new images works, but the new image is not reflected via the API for some time. I'm following several issues on

[twitter-dev] Re: Change your avatar's Twitter

2009-07-27 Thread Clint Shryock
you can use fopen to open the image file: http://us2.php.net/manual/en/function.fopen.php Then you'll want to use cURL to send the POST request: http://us.php.net/manual/en/book.curl.php or if you have access to use/install PECL extensions, you can use HTTP Post request to send the data:

[twitter-dev] Re: API Developers Alliance

2009-07-17 Thread Clint Shryock
I think this is well intended but not necessary. As far as creating a group that has the ear of Twitter, I think this is list is doing quite well in that regard. The Twitter dev's have been very responsive and so far we have a nice community of third party devs as well. I agree with Bjoren, I

[twitter-dev] Re: update profile image and profile image url

2009-07-17 Thread Clint Shryock
my app accordingly, but right now I don't know that for sure. The web interface updates this parameter immediately. Any word on this? +Clint On Thu, Jun 25, 2009 at 1:46 PM, Clint Shryock cts...@gmail.com wrote: I'm using the update_profile_image API call which is now working wonderfully

[twitter-dev] Re: unsubscribe

2009-07-16 Thread Clint Shryock
Victor-go here: http://groups.google.com/group/twitter-development-talk on the right click edit my membership on that next page, you can select to receive no email, as well as an unsubscribe link in the bottom right +Clint On Thu, Jul 16, 2009 at 9:25 AM, victor castleton

[twitter-dev] Re: change my image ; old profile_image_url seen in response to users/show

2009-07-14 Thread Clint Shryock
Thanks Doug, this is great to hear. +Clint On Mon, Jul 13, 2009 at 5:12 PM, Doug Williams d...@twitter.com wrote: This seems like a caching invalidation bug. We will be discussing it at tomorrow's team meeting and I am hopeful the fix will be coming shortly. Thanks, Doug

[twitter-dev] Re: New app: twivert.com

2009-07-14 Thread Clint Shryock
The thread I recall about not announcing your apps here was more of a don't announce your app here if you want to keep it private / low key. If I recall correctly the specific developer(s) was unhappy that someone had blogged about a particular app that wasn't full and ready but had been

[twitter-dev] Re: Changing domains for image hosting

2009-07-09 Thread Clint Shryock
I'm still having issues with the profile_image_url attribute of users/show updating in a timely fashion, any chance this issue be resolved with this update? +Clint On Wed, Jul 8, 2009 at 11:55 PM, Doug Williams d...@twitter.com wrote: Andrew Stone asked a great question off list and I wanted to

[twitter-dev] Re: from API

2009-07-02 Thread Clint Shryock
That makes no sense to me. It's not from the web, it came from an app using the API.Why would you default it to from web if it didn't come from the web? +Clint On Thu, Jul 2, 2009 at 11:04 AM, Abraham Williams 4bra...@gmail.com wrote: Makes sense to me. It is false data to say it is from

[twitter-dev] Re: changing profile pictures through API

2009-07-02 Thread Clint Shryock
updating the profile image with the API works well, but the corresponding profile_image_url returned isn't updated immediately. I've seen lag up to 12 hours +Clint On Thu, Jul 2, 2009 at 11:09 AM, Abraham Williams 4bra...@gmail.com wrote: Yes it is:

[twitter-dev] Re: update_profile_image gives 500 internal server error

2009-06-17 Thread Clint Shryock
your request is most likely mal-formed or the image is possibly too large. you should be getting some kind of error message back, possibly saying image possibly too large or to that effect. can you use a proxy to show the HTTP headers and such, or post some code so we can take a look at how

[twitter-dev] Re: Incomplete profile_image_url

2009-06-10 Thread Clint Shryock
this part of the API has been busted for a while and is undergoing a re-engineering.http://code.google.com/p/twitter-api/issues/detail?id=497 Haven't heard anything lately on it but assume they are working on it +Clint On Wed, Jun 10, 2009 at 11:37 AM, Kevin Makice kmak...@gmail.com wrote:

[twitter-dev] Re: Twitter API source for googlemap

2009-06-03 Thread Clint Shryock
The Twitter API reference can be found here: http://apiwiki.twitter.com/Twitter-API-Documentation http://apiwiki.twitter.com/Twitter-API-DocumentationYou cannot download it, but you're free to use it within the Terms of Service: http://apiwiki.twitter.com/Terms-of-Service +Clint On Wed, Jun 3,

[twitter-dev] Re: update_profile_background_image API doesn't work

2009-05-16 Thread Clint Shryock
http://code.google.com/p/twitter-api/issues/detail?can=2q=451id=451 It's labeled as fixed but the comments after the fix was posted indicate otherwise. also,

[twitter-dev] Re: Profile Image Uploading - image doesn't change ...

2009-04-27 Thread Clint Shryock
Updating background and profile images is buggy right now, it's a known issue http://code.google.com/p/twitter-api/issues/detail?id=451q=imagecolspec=ID%20Stars%20Type%20Status%20Priority%20Owner%20Summary%20Opened%20Milestone +Clint On Mon, Apr 27, 2009 at 5:16 AM, janole s...@mobileways.de

[twitter-dev] Re: twiiter functionality help

2009-04-21 Thread Clint Shryock
what have you tried? On Tue, Apr 21, 2009 at 12:58 AM, mraj...@gmail.com mraj...@gmail.comwrote: i am developing a twitter application in php. My application unfollows the tweets, who are not following back. and i want functionality which allow the user to use the site once every 24 hours.

[twitter-dev] Re: embed twitter search results in blog

2009-04-03 Thread Clint Shryock
It's hard to advise with out knowing specifics of your blog.are you developing a widget/plugin for wordpress, is this a blog you wrote yourself, etc etc _cts On Fri, Apr 3, 2009 at 5:56 AM, zam anrpal...@gmail.com wrote: Hi I'm running a twiter search and have an atom feed for it:

[twitter-dev] Re: Delay in display of profile image updated via API

2009-04-03 Thread Clint Shryock
This is how the API has worked in the past, I'm sure the delay is something they're working hard on, as evident by other threads on this list. patience is the only thing I can suggest at this point... _cts On Fri, Apr 3, 2009 at 2:21 AM, Raghu Prasad prasad.ragh...@gmail.comwrote: I want my

[twitter-dev] Re: Hi All

2009-04-02 Thread Clint Shryock
Do you know how many actual tweets you are getting? The Twitter Search API doesn't explicitly say so, but the way I'm reading it seems to only return up to 1500 tweets. _cts On Thu, Apr 2, 2009 at 1:43 AM, Seema Nagar nagar.se...@gmail.com wrote: I am new to twitter. I am trying twitter

[twitter-dev] Re: Delay in display of profile image updated via API

2009-04-02 Thread Clint Shryock
AM, Raghu Prasad prasad.ragh...@gmail.comwrote: On Apr 1, 5:49 pm, Clint Shryock cts...@gmail.com wrote: The lag wasn't nearly as noticeable when the update_profile_image was first offered, but has since as you noted become considerable. As a work around my app, which updates profile

[twitter-dev] Re: Determining Sex/Gender with the API?

2009-04-02 Thread Clint Shryock
we're back to using magic then are we?;) _cts On Thu, Apr 2, 2009 at 12:40 PM, Zac Bowling zbowl...@gmail.com wrote: Bought! :-) Now I just need to cast Time Magicus Level 20 to find the time to develop it. Zac Bowling

[twitter-dev] Re: Can we make this a private list?

2009-04-01 Thread Clint Shryock
On Tue, Mar 31, 2009 at 5:48 PM, Andrew Badera and...@badera.us wrote: And there's no reason in the world to expose this list to people who aren't making API calls -- period! This line suggests that you should be currently developing an app (thus making API calls) to access this list, which

[twitter-dev] Re: Delay in display of profile image updated via API

2009-04-01 Thread Clint Shryock
The lag wasn't nearly as noticeable when the update_profile_image was first offered, but has since as you noted become considerable. As a work around my app, which updates profile images from a local source, uses the local source to represent the new avatar after I receive the HTTP status codes

[twitter-dev] Re: Background Image Problem

2009-03-24 Thread Clint Shryock
care to be more specific? On Mon, Mar 23, 2009 at 3:16 PM, ctmtcolumbus whe...@ctmt.com wrote: I am also having the same problem. Did anyone else get this fixed?