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

2011-06-30 Thread Sean Heber
ea of when 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 Trac

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.

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

[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 &g

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

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

2011-05-19 Thread Sean Heber
w - I'm pretty > sure 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 -- Twi

[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 wrote: > > This just stopped working for me: > >

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

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

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

2010-09-13 Thread Sean Callahan
million users in our DB. Sean On Sep 13, 5:46 pm, Mark McBride 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 wro

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

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 wrote: >> Same phenomenon occured

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

[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

[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: 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 wrote: > Raffi Krikorian wrote: > > >     The term most frequently used for “delegator” is “relying party.” > >     What you call the service prov

[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 wrote: > TweetPhoto now supports photo uploads using OAuth for all 3rd party > application developers. &g

[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 wrote: > Dear Sirs, > > I was trying to do oAu

[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] OAuth Photo Support Now Available at TweetPhoto

2010-01-31 Thread Sean Callahan
any questions or if I can help in any way. Sean

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

2010-01-31 Thread Sean Callahan
need 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 TwitterOAuth($co

[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 wrote: > Hi All, > > I've been getting a high number of 500 errors (about 50% of the time >

[twitter-dev] Re: Lists API

2009-11-02 Thread Sean Scott
nfirm, 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/prof

[twitter-dev] Re: Lists API

2009-11-02 Thread Sean Scott
ov 2, 2009 at 9:48 AM, Michael Steuer > wrote: > >> With all 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? > >>

[twitter-dev] Re: Duplicate Tweets

2009-10-16 Thread Sean Lindsay
te filters. Regards, Sean Lindsay On Oct 16, 5:01 pm, John Kalucki 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 exa

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

2009-10-03 Thread Sean Callahan
if you can help. I am 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
wrote: > It may be that "posts" were changed to "gets". > > On Sep 4, 2009, at 2:21 PM, Sean Fawcett   > wrote: > > > > > > > Hi: > > > A couple of months ago, I received an email from Twitter about some > > changes in the AP

[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-25 Thread Sean P.
Very cool! I will definitely watch this project as it develops! On Aug 25, 7:50 am, x5315 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 who else was enter

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

2009-08-21 Thread Sean Callahan
lable? Sean On Aug 20, 5:28 pm, Lepton 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 un

[twitter-dev] Re: Platform downtime is expected

2009-08-17 Thread Sean Callahan
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 wrote: > Sean, > &

[twitter-dev] Re: Platform downtime is expected

2009-08-17 Thread Sean Callahan
o we can resume 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 wrote: >

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

2009-08-17 Thread Sean P.
onse. > > On Aug 17, 12:24 pm, Dewald Pretorius 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 wrote:

[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 wrote: > Lots of issues here (tweetlater) too. High-volume cal

[twitter-dev] Re: Platform downtime is expected

2009-08-16 Thread Sean Callahan
competitors site no problem. Please advise. -Sean On Aug 15, 8:21 pm, Jonathan George 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 see

[twitter-dev] Re: Platform downtime is expected

2009-08-16 Thread Sean Callahan
I was a bit confused about this downtime as the Twitter status blog says it was unexpected, but the post Doug wrote here says it was expected. Nevertheless, standing by and awaiting restoration of the API so users can log into their favorite Twitter apps. -Sean On Aug 15, 11:02 pm, bosher

[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 wrote: > Sean,At this time we are monitoring the situation and containing issues as > we see them.

[twitter-dev] Re: Platform downtime is expected

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

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

[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] 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] Seeing same login issues right now as when DDoD happened

2009-08-11 Thread Sean Callahan
.g., being able to login)? Sean

[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 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 > that should have gre

[twitter-dev] Re: OK Seriously People

2009-08-09 Thread Sean Callahan
essage 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 wrote: > A few of you are acting like real children and a few of you sti

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

2009-08-09 Thread Sean Callahan
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: 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 wrote: > Welcome :) > > On Jul 31, 9:59 pm, Doug Williams wrote: > > > > > Hi all -- > > We are excited to announce that Chad Etzel has joined our team part-time to > > support th

[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 wrote: > This is also another nick against OAuth.  My users can't even log in right > now because

[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 provided.

[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) Advanc

[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] Saved Searches API and Geo info

2009-06-05 Thread Sean P.
Thank you for providing the saved searches API, but I do have a bit of a question. I haven't yet played with it, but I am wondering about the use of location-based searching in the saved search APIs. If this can still be performed, is it like the query performed on search.twitter.com's advanced se

[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 wrote: > Sean, why not let the users decide that though? If I enable the option for > my account it's my responsibility to w

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

2009-06-04 Thread Sean Scott
uld be beneficial. Do you have a replaceable bug, >>>>>> problem, or suggestion that you would like to discuss? >>>>>> Thanks, >>>>>> Doug >>>>>> >>>>>> >>>>>> >>>>>> On W

[twitter-dev] Reciprocal protected updates

2009-04-20 Thread Sean Randall
sn't being followed indicate some semblance of connectivity? They are two discrete functions, granted, but wouldn't this kill a little overhead when we come to reciprocate following people? Sean.

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

2009-04-14 Thread Sean Scott
provided a list of users (100+) i can get >> back the trending URL, topics, hash and RT. Love to be able to access >> the info via a REST API. >> >> Trying to not build it out myself. >> >> Thanks, >> Sean >> @kalisurfer >> > > > &g

[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 wrote: > > Seems like Twitterfone is fine (I assume it's using different params >

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

[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 wrote: > There isn't one that I'm aware of, but if

Re: Problems with updating profile image

2009-01-09 Thread Sean
sponse()) { using (StreamReader reader = new StreamReader(response.GetResponseStream())) { string s = reader.ReadToEnd(); } } } } On Dec 9 2008,

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 usi

Re: Problems with updating profile image

2008-12-08 Thread Sean
ype: image/jpeg > > > ---1228771270538--HTTP/1.1 200 OK > > On Dec 8, 8:11 am, Sean <[EMAIL PROTECTED]> wrote: > > > > > Would you mind posting a sample of your correctly formatted request > > here?  I  am running win

Re: Problems with updating profile image

2008-12-08 Thread Sean
ype: image/jpeg > > > ---1228771270538--HTTP/1.1 200 OK > > On Dec 8, 8:11 am, Sean <[EMAIL PROTECTED]> wrote: > > > > > Would you mind posting a sample of your correctly formatted request > > here?  I  am running win

Re: Problems with updating profile image

2008-12-08 Thread Sean
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 to see what the request should

Re: Update profile image

2008-12-05 Thread Sean
e web interface. Is this data enough to help or are you looking for something else? Thanks for your help. Sean

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

Re: No OAuth Support just made Techmeme

2008-11-17 Thread Sean Sullivan
ms/t/5454.aspx http://developer.myspace.com/Community/forums/t/5205.aspx Cheers, Sean

Re: /statuses/public_timeline.xml Not returning results?

2008-10-07 Thread Sean P.
OTECTED]> wrote: > > Confirming that I can replicate this issue.  We'll clear it up. > > > On Tue, Oct 7, 2008 at 12:55 PM, Sean P. <[EMAIL PROTECTED]> wrote: > > >> As of the time of this writing, calling /statuses/public_timeline.xml > >> doesn'

/statuses/public_timeline.xml Not returning results?

2008-10-07 Thread Sean P.
As of the time of this writing, calling /statuses/public_timeline.xml doesn't appear to be returning any results (though it has an HTTP 200 OK). Anyone else know what's going on (haven't seen anything posted yet on status.twitter.com)?