[twitter-dev] When is permission level enforcement going to happen?

2011-06-30 Thread Sean Heber
I should start the pot of coffee that will be necessary to deal with the inevitable tech support flood... l8r Sean -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https

Re: [twitter-dev] Feedback wanted on Twitter + iOS

2011-06-28 Thread Sean Heber
Ryan, On Jun 28, 2011, at 6:44 PM, Ryan Sarver wrote: We'd love to see your apps, give feedback and help make developing on Twitter and iOS 5 a great experience so let us know how we can help. Simple, open up access to DMs via the API. This. l8r Sean -- Twitter developer

[twitter-dev] 403 and 502 errors?

2011-06-22 Thread Sean Heber
Since releasing Twitterrific 4.2, which uses the new OAuth flow, we're seeing customers reporting spurious 403 and 502 errors specifically when attempting to retweet or send DMs. Is there a chance something is amiss? l8r Sean -- Twitter developer documentation and resources: https

[twitter-dev] Photo API?

2011-06-01 Thread Sean Heber
Is there any third party API for interfacing with this new photo/video service? l8r Sean -- 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

Re: [twitter-dev] Ampersand

2011-05-28 Thread Sean Heber
This is OT for this list, but you need to use NSString's -stringByAddingPercentEscapesUsingEncoding: method (or similar) to encode characters correctly for URLs. l8r Sean On May 27, 2011, at 9:10 PM, R wrote: I'm using cocoa and NSUTF8StringEncoding. When I post a sentence that contains

[twitter-dev] force_login on authorize?

2011-05-25 Thread Sean Heber
I know there was some talk about adding this, and I may have missed it, but does /oauth/authorize support force_login yet? I know I could try it pretty trivially, but thought I'd ask here since I'm sure others with apps that support multiple accounts are also interested in the answer. l8r Sean

Re: [twitter-dev] Please confirm this OAuth flow ...

2011-05-19 Thread Sean Heber
that that's against the TOS, and if it's not, it soon will be. Twitter - I need an official answer on this immediately. Is (or will) it be against the TOS to use an embedded web view for the OAuth flow now that xAuth is effectively useless? l8r Sean -- Twitter developer documentation

[twitter-dev] Re: GET :user/lists/:id/statuses stopped working

2011-03-30 Thread Sean Robertson
Yeah, changed the URL to this and it works now: http://api.twitter.com/1/padems/lists/pademocrats/statuses.json What's odd is it _was_ working before - something had to have changed on Twitter's side. Thanks. On Mar 29, 5:09 pm, Cameron Kaiser spec...@floodgap.com wrote: This just stopped

[twitter-dev] GET :user/lists/:id/statuses stopped working

2011-03-29 Thread Sean Robertson
This just stopped working for me: http://twitter.com/@padems/lists/pademocrats/statuses.json It now returns this: {request:\/@padems\/lists\/pademocrats\/statuses.json,error:You must specify either a list ID or a slug and owner} Anyone know what's going on? -- Twitter developer

[twitter-dev] Some general questions on displaying tweets

2010-12-05 Thread Sean
I can't figure out if I need the API to accomplish this or just using a generic user search and jQuery. My platform is PHP can someone give me a brief roadmap how to accomplish the following tasks page 1 (a widget) pull latest 5 tweets given a list of users --- this will never work because

[twitter-dev] Seeing duplicate Twitter User ID's under the same Username in our DB

2010-09-13 Thread Sean Callahan
Hello Twitter Support, We are seeing something really weird. We just noticed about 5,000 users in our database that have multiple User ID's under the same Username. Have you every seen this and know why it happens and how we can prevent it from occurring again? Thanks so much! Sean

[twitter-dev] Re: Seeing duplicate Twitter User ID's under the same Username in our DB

2010-09-13 Thread Sean Callahan
DB. Sean On Sep 13, 5:46 pm, Mark McBride mmcbr...@twitter.com wrote: One thought is that people change screen names at some frequency.  IDs never change.    ---Mark http://twitter.com/mccv On Mon, Sep 13, 2010 at 4:41 PM, Sean Callahan seancalla...@gmail.com wrote: Hello Twitter

Re: [twitter-dev] Re: garbage in json api response?

2010-09-03 Thread Sean Heber
Twitterrific users have been seeing this for at least 2 hours, now. On Sep 3, 2010, at 8:47 AM, TheGuru wrote: +1, unable to parse timeline due to garbage in the XML feed. Many of our users are reporting the same problem. On Sep 3, 7:35 am, koujitaro kohura12345...@gmail.com wrote: Same

[twitter-dev] How to get all Verified Users @ http://twitter.com/verified

2010-07-28 Thread Sean Callahan
Is there an API call or a quick way to get a list of all users on Twitter that are verified? I am updating this list, http://tweetphoto.com/celebrities, and was looking for a quick way to update it. Thanks for your help! Sean

[twitter-dev] Re: Early look at Annotations

2010-04-17 Thread sean
XML option #2 feels like the best option to me, because it seems the most flexible, most forward compatible, and plays well with AWS: http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_GetAttributes.html (that's my $0.02) _s.   XML option #2 which is more verbose

[twitter-dev] Re: Introduce yourself!

2010-03-25 Thread Sean Callahan
I'm Sean Callahan, @CallahanSean, creator of http://tweetphoto.com, and have been working with the Twitter API since the fall of 2008. I now work with a team of seven who are very skilled at working with the Twitter API. Using the Twitter API we have created an extensive and easy-to-use photo

[twitter-dev] Re: A proposal for delegation in OAuth identity verification

2010-02-11 Thread Sean Callahan
with this method in place. Please let us know your thoughts and if you have any questions. Sean On Feb 11, 10:05 am, Brian Smith br...@briansmith.org wrote: Raffi Krikorian wrote:     The term most frequently used for “delegator” is “relying party.”     What you call the service provider is most

[twitter-dev] TweetPhoto now setup for OAuth support

2010-02-11 Thread Sean Callahan
TweetPhoto now supports OAuth for photo sharing within third-party applications. http://groups.google.com/group/tweetphoto/web/authentication Let me know if you have any questions whatsoever. Sean

[twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Sean Callahan
TweetPhoto offers an OAuth solution for uploading photos. Please check out the link below and let me know if you have any questions. http://groups.google.com/group/tweetphoto/web/oauth-signin Thanks! Sean On Feb 2, 7:04 am, Feras Allaou feras.all...@gmail.com wrote: Dear Sirs, I was trying

[twitter-dev] Re: OAuth Photo Support Now Available at TweetPhoto

2010-02-04 Thread Sean Callahan
All the other functionality in the TweetPhoto API is also supported using OAuth as well. Let me know if you have any questions. Sean On Jan 31, 9:01 pm, Sean Callahan seancalla...@gmail.com wrote: TweetPhoto now supports photo uploads using OAuth for all 3rd party application developers

[twitter-dev] Basic Auth seems to be down right now - Last 10 minutes

2010-02-01 Thread Sean Callahan
Looks like basic auth is down. Anyone else seeing lots of login failures? Sean

[twitter-dev] iPhone Developers: Objective-C Library for TweetPhoto

2010-01-31 Thread Sean Callahan
to manage the entire photo sharing experience within your application - from uploading photos, commenting, favoritng, and voting to social feeds, user feeds, and everything in between. Please let me know if you have any questions whatsoever. Sean

[twitter-dev] Help! Invalid / expired token. (PHP using Abraham Williams' library.)

2009-11-30 Thread michael sean
I can't figure this out for the life of me. I've authorized my application and retrieved the access token. The access token and secret are stored in a database. Then I try to make a 'verify credentials' query using Abraham's library, as shown in the example code: $connection = new

[twitter-dev] Re: OAuth success but getting intermittent 500 Internal Server Error requesting access token

2009-11-11 Thread Sean
Getting the same thing, 500's from access token requests. This is affecting all of our new users. Any insight would be lovely! Sean Ping.fm On Nov 11, 12:29 pm, Yu-Shan Fung ambivale...@gmail.com wrote: Hi All, I've been getting a high number of 500 errors (about 50% of the time yesterday

[twitter-dev] Re: Lists API

2009-11-02 Thread Sean Scott
the discussions on this mailing list about the Lists API, can someone please confirm, is the API now available to all developers or all of you in some sort of preferred position? Thanks, Michael. -- Sean Scott cell: 612.867.8133 portfolio: http://www.flickr.com/photos/92876...@n00/sets

[twitter-dev] Re: Lists API

2009-11-02 Thread Sean Scott
, is the API now available to all developers or all of you in some sort of preferred position? Thanks, Michael. -- Sean Scott cell: 612.867.8133 portfolio: http://www.flickr.com/photos/92876...@n00/sets/72157613990263453/ profile: http://www.linkedin.com/profile?viewProfile=key=2242610 blog

[twitter-dev] Re: Duplicate Tweets

2009-10-16 Thread Sean Lindsay
filters. Regards, Sean Lindsay On Oct 16, 5:01 pm, John Kalucki jkalu...@gmail.com wrote: I don't know about paygrade, but more than a few Twitter employees follow i80chains during the season. We hear you. I just don't know what to suggest be done about the situation.

[twitter-dev] Re: API for marking tweets seen

2009-10-07 Thread Sean P.
I agree. I use multiple clients throughout the day and the ability to know where I left off is a huge plus so that I don't have to memorize what the last tweet I read was (especially if its been a while). Although it would be a bit difficult and can turn into a nightmare for the website. For

[twitter-dev] URGENT: Error Signing In Twitter Users on TweetPhoto API (Metering/Rate Limiting)

2009-10-03 Thread Sean Callahan
standing by on the phone if you need to call me. Thank you!   Best Regards, Sean Callahan TweetPhoto.com Co-Founder Office (760) 230-5579 Mobile (760) 840-7468 Skype: seancallahan

[twitter-dev] Re: Change in API

2009-09-08 Thread Sean Fawcett
. On Sep 4, 2009, at 2:21 PM, Sean Fawcett s...@fawcettassociates.com   wrote: Hi: A couple of months ago, I received an email from Twitter about some changes in the API.  I was, at that time, up to my eyeballs with a time sensitive project and did not have time to follow up. Now, I

[twitter-dev] Change in API

2009-09-04 Thread Sean Fawcett
from a web page and post a Tweet, no longer works. Is there something I missed? What do I need to do to make sure my old code (March '09) now works with the API changes. Any insight would be very helpful. Thanks Sean

[twitter-dev] Does anyone have an ASPinfo.asp file they can share?

2009-08-30 Thread Sean Callahan
I am in need of an aspinfo.asp file to grab detailed system information on a windows server. I can't find one of those files to save my life. Can someone please email me one to s...@tweetphoto.com ??

[twitter-dev] Re: Announcing Twitterfall Reply Search service and API.

2009-08-26 Thread Sean P.
Very cool! I will definitely watch this project as it develops! On Aug 25, 7:50 am, x5315 red.ca...@gmail.com wrote: Have you ever seen your favourite celebrity ask a question, and you were wondering about the answer too? Or have you ever been taking part in a competition and been wondering

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-21 Thread Sean Callahan
? Sean On Aug 20, 5:28 pm, Lepton m...@myallo.com wrote: Perfect timing! My iPhone app about to be released has a lot to do with geolocation, and already uses Twitter to set and see locations of people. Myallo HotList tracks the hotness of people and places in your social universe partly through

[twitter-dev] Re: Issues with the API this morning?

2009-08-17 Thread Sean Callahan
The issue we're seeing at TweetPhoto is that no one can login to their account when using basic auth. Was informed by Twitter support that they are aware of the issue and are looking for a fix. On Aug 17, 8:53 am, Dewald Pretorius dpr...@gmail.com wrote: Lots of issues here (tweetlater) too.

[twitter-dev] Re: Issues with the API this morning?

2009-08-17 Thread Sean P.
. On Aug 17, 12:24 pm, Dewald Pretorius dpr...@gmail.com wrote: So, the general message is: Mayhem rules. I have no issues with Basic Auth (on low volume API calls). Login no problem. Dewald On Aug 17, 1:04 pm, Sean Callahan seancalla...@gmail.com wrote: The issue we're seeing

[twitter-dev] Re: Platform downtime is expected

2009-08-17 Thread Sean Callahan
service. As I mentioned in my email to you, I am willing to pay a monthly service fee as I'm sure other Twitter Developers are, to keep service running to TweetPhoto.com up 100% of the time. Please advise. Best Regards, Sean Callahan On Aug 16, 11:40 am, bosher bhellm...@gmail.com wrote

[twitter-dev] Re: Platform downtime is expected

2009-08-17 Thread Sean Callahan
, it is simply a basic auth issue. We're not calling anything, but that. User's cannot login. The IPs of the Rackspace Cloud that I am on are (Primary) 74.205.61.228 and (Secondary) 74.205.61.229 Not sure if this helps. Please advise. Sean On Aug 17, 3:37 pm, Ryan Sarver rsar...@twitter.com wrote: Sean

[twitter-dev] Re: Platform downtime is expected

2009-08-16 Thread Sean Callahan
to a competitors site no problem. Please advise. -Sean On Aug 15, 8:21 pm, Jonathan George jonat...@jdg.net wrote: 1. It's been roughly 10 hours.  How about an update? 2. It'd be great if you would post this to status.twitter.com, in addition to the developer mailing list.  Status is seen by more

[twitter-dev] Re: Platform downtime is expected

2009-08-15 Thread Sean Callahan
know how I can be of service. -Sean On Aug 15, 12:37 pm, Sam Street sam...@gmail.com wrote: I haven't experienced any downtime or lack of connectivity so far. On Aug 15, 7:16 pm, dougw d...@twitter.com wrote: Looks like I forgot the link to the status blog. [1]http://status.twitter.com

[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: Early developer preview: Retweeting API

2009-08-13 Thread Sean P.
I agree with janole. I believe the simple Reply concept would be best in this regard. For example, if I had a tweet that I found, regardless of who its from, I can retweet it, but link together the original tweet in the same manner that we do for the replies. Thus, we create a chain of where a

[twitter-dev] OT - Browser Resolution Accessing Twitter.com

2009-08-12 Thread Sean Scott
Wondering if Twitter Devs would mind sharing what the current 5 top browser resolutions accessing the twitter site? Or if anyone can point me to a secondary source that would be cool Thanks, -- Sean Scott cell: 612.867.8133 portfolio: http://www.flickr.com/photos/92876...@n00/sets

[twitter-dev] Seeing same login issues right now as when DDoD happened

2009-08-11 Thread Sean Callahan
able to login)? Sean

[twitter-dev] Re: Timeouts and API Errors, Tuesday August 11th

2009-08-11 Thread Sean Callahan
Alex, Did not see this post and posted a new message. Still receiving lots of errors and no one can login on our site, tweetphoto.com, right now along with a handful of others (that I've tried myself). Just wanted to give you a heads up. Thanks! Sean On Aug 11, 1:11 pm, Alex Payne

[twitter-dev] Basic Authentication is down again on our site

2009-08-09 Thread Sean Callahan
in terms o users being able to login and now yesterday and today no one can login to our site? I tried logging into a couple competitors sites and was able to login without a problem. Can you please help me out a d get my service restored again? Best Regards, Sean Callahan

[twitter-dev] Re: OK Seriously People

2009-08-09 Thread Sean Callahan
and hopefully helps manage user expectations. Twitter, you'll figure it out and find a solution. I'm also confident you'll keep us in the loop going foward. Thanks! Sean On Aug 9, 11:05 am, David Fisher tib...@gmail.com wrote: A few of you are acting like real children and a few of you still have your

[twitter-dev] Re: Twitter Update, 8/9 noon PST

2009-08-09 Thread Sean Cashin
No longer being rate_limited at 150. Back to us being whitelisted. Thanks for the fix. On Aug 9, 12:13 pm, Ryan Sarver rsar...@twitter.com wrote: *Finally* have what we hope is good news for everyone. As of about 10 minutes ago we have been able to restore critical parts of API operation

[twitter-dev] Re: Why is Biz saying things are back in action?

2009-08-06 Thread Sean Callahan
Yeah Jesse, I hear you and am super bummed out. My service, TweetPhoto.com, is also down in terms of users being able to login through basic auth. It's been like that all day. No one has been able to upload photos. I emailed Doug at Twitter and he requested my server's IP address which I

[twitter-dev] Re: New blocks still happening

2009-08-06 Thread Sean Callahan
Users on our site Jesse provide username and password and still can't login. It has been like that all day. I feel your pain and wish we could get back online quicker. On Aug 6, 6:16 pm, Jesse Stay jesses...@gmail.com wrote: This is also another nick against OAuth.  My users can't even log in

[twitter-dev] Re: Introducing Chad Etzel, Twitter Platform Support

2009-08-06 Thread Sean Callahan
Kudos to you Chad. Keep up the good work! Sean On Jul 31, 4:39 pm, Sam Street sam...@gmail.com wrote: Welcome :) On Jul 31, 9:59 pm, Doug Williams d...@twitter.com wrote: Hi all -- We are excited to announce that Chad Etzel has joined our team part-time to support the developer

[twitter-dev] New TweetPhoto Open APIs released - Photo Sharing API (Basic Advanced)

2009-07-17 Thread Sean Callahan
TweetPhoto Open API: http://groups.google.com/group/tweetphoto/web What is included in the Open Photo Sharing API on TweetPhoto: Getting Started with the TweetPhoto API All Write Operations (HTTP POST/PUT/DELETE) Pagination Privileged Operations Basic Upload API (Upload and UploadAndPost)

[twitter-dev] TweetPhoto Open API Just Released (Photo Sharing Platform for Twitter)

2009-07-15 Thread Sean Callahan
://www.tweetphoto.com/developer.php Please let me know if you have any questions. Best Regards, Sean Callahan

[twitter-dev] Re: Larger Users Not Returning Follower Data

2009-06-04 Thread Sean Scott
for what it counts, I'm all in favor allowing DMs from non followers if its a preference users can control. Sean On Thu, Jun 4, 2009 at 10:54 PM, Jesse Stay jesses...@gmail.com wrote: Sean, why not let the users decide that though? If I enable the option for my account it's my responsibility

[twitter-dev] Re: Trending Service for a given set of users

2009-04-14 Thread Sean Scott
that helps On Tue, Apr 14, 2009 at 4:21 PM, Carlos Crosetti carlos.crose...@gmail.comwrote: Please can you explain the trending output you are looking for? On Tue, Apr 14, 2009 at 2:45 PM, kalisurfer sean@gmail.com wrote: Hi All, Looking for a service where provided a list of users (100

[twitter-dev] Re: Direct message appearing and disappearing on each refresh

2009-03-19 Thread Sean Spencer
I'm assuming the recent disappearing tweets issue is a known bug as well? I filed it anyway, but it seems to be widespread enough to have already attracted attention... On Thu, Mar 19, 2009 at 11:32 AM, benjackson bhjack...@gmail.com wrote: Seems like Twitterfone is fine (I assume it's using

[twitter-dev] Not appearing in search results

2009-03-18 Thread Sean
My Twitter feed has been unprotected for all of its existence, but I can't get it to show up in search.twitter.com results. The most obvious example might be the hashtag #wff2009 -- there aren't that many posts out there in all of Twitterdom that feature it, but none of them are mine. I'm hoping

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-03-08 Thread Sean P.
I'd love to be mentioned! Count me in too! Username: @twobile URL: http://www.infinitumsoftware.com/twobile Email: spa...@infinitumsoftware.com Author of Twobile Technology: C# on Windows Mobile devices Thanks! On Feb 23, 11:33 am, Alex Payne a...@twitter.com wrote: There isn't one that I'm

Re: Problems with updating profile image

2009-01-09 Thread Sean
())) { string s = reader.ReadToEnd(); } } } } On Dec 9 2008, 9:50 am, Sean sean.er...@gmail.com wrote: Thanks Lien. I was able to get this figured out.  It was a problem with the way I was encoding the image data.  I

Re: Problems with updating profile image

2008-12-09 Thread Sean
Thanks Lien. I was able to get this figured out. It was a problem with the way I was encoding the image data. I needed to be using iso-8859-1. I really appreciate your help On Dec 8, 5:00 pm, Sean [EMAIL PROTECTED] wrote: Thanks Lien, I am trying to get this done using c#.NET and I think I

Re: Problems with updating profile image

2008-12-08 Thread Sean
, Sean [EMAIL PROTECTED] wrote: Would you mind posting a sample of your correctly formatted request here?  I  am running windows and haven't been able to get curl up and running yet. Thanks Sean On Dec 8, 12:06 am, Lien Tran [EMAIL PROTECTED] wrote: Thanks Alex.  I used curl

Re: Problems with updating profile image

2008-12-08 Thread Sean
, Sean [EMAIL PROTECTED] wrote: Would you mind posting a sample of your correctly formatted request here?  I  am running windows and haven't been able to get curl up and running yet. Thanks Sean On Dec 8, 12:06 am, Lien Tran [EMAIL PROTECTED] wrote: Thanks Alex.  I used curl

Update profile image

2008-12-05 Thread Sean
I have been trying for a while to get the update_profile_image method to work without much luck. I have been able to successfully call several other methods including ./friendships/create/ and account/ verify_credentials.xml, but have been having trouble with this method. The exception returned