RE: [twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-04-08 Thread Brian Smith
LATEST= max({ id(t), for all t in T}). 5. Goto 2. Will I be guaranteed not to skip over any tweets in the timeline using this logic? If not, what do I need to do to ensure I get them all? Thanks, Brian From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t

RE: [twitter-dev] Upcoming changes to the way status IDs are sequenced

2010-03-26 Thread Brian Smith
Any app that pages through timelines uses since_id or max_id depends responses being ordered by tweet ID. What will be the replacement for since_id and max_id? Taylor Singletary wrote: We are planning to replace our current sequential tweet ID generation routine with a simple, more scalable

[twitter-dev] Re: Question about xAuth.

2010-03-24 Thread Brian Sutorius
Hey John - I see you've written into a...@twitter.com and I'm following up with you there. :) On Mar 23, 4:14 pm, John Meyer wrote: > On 3/23/2010 3:45 PM, Brian Sutorius wrote: > > > I just refreshed your application's xAuth access. Can you try again? > > You m

[twitter-dev] Re: Question about xAuth.

2010-03-23 Thread Brian Sutorius
I just refreshed your application's xAuth access. Can you try again? You may reply to me directly if you're still having issues. Brian On Mar 23, 9:10 am, IoriAYANE wrote: > I have trouble for xAuth. > > I applied by sending an email to a...@twitter.com. > And I rec

[twitter-dev] Re: xAuth approvals?

2010-03-23 Thread Brian Sutorius
Hey Cameron, Could you reply to me directly? I can help get you set up. Brian On Mar 23, 11:00 am, Cameron Kaiser wrote: > I'm still (somewhat ;-) patiently waiting for xAuth approval so I can work > on an implementation in TTYtter. Any news on the timeline? Will these be > do

RE: [twitter-dev] New Resources: Who has a tweet been retweeted by?

2010-03-18 Thread Brian Smith
have retweeted the tweet. (I know that is easier said than done.) -Brian From: Marcel Molina We've just deployed two new resources for the retweet API: * /statuses/:status_id/retweeted_by * /statuses/:status_id/retweeted_by/ids The first will return up t

[twitter-dev] Re: XAuth access approval?

2010-03-16 Thread Brian Sutorius
Hey Richard, I cannot find a ticket from this email address in our system. Did you write in from another email address? You can reply to me directly and I'll look for it. Brian On Mar 16, 4:55 am, westwired wrote: > Hi Taylor, > > I sent in an e-mail to a...@twitter.com with a req

RE: [twitter-dev] Re: Historical user information

2010-03-15 Thread Brian Smith
to give the API call a new name, of course, > but it would be vastly more efficient. Put an "Accept-Encoding: gzip, deflate" on your request, and parse the compressed response. The compression will take care of the redundant user data and more. - Brian

Re: [twitter-dev] Impossible to make a reliable "cursor" on timelines using query args

2010-03-12 Thread Brian Smith
to double-check whether some slipped through the cracks somehow. I know a few weeks ago, Twitter said that status_ids will stop being strictly increasing at some point. If so, a new paging mechanism (not based on since_id or max_id) must also be deployed before that change happens. Regards, Brian

Re: [twitter-dev] Impossible to make a reliable "cursor" on timelines using query args

2010-03-12 Thread Brian Smith
optimizing apps for showing what's happening right now, whenever it is practical to do so. When I first started using Twitter I treated it more like a self-organizing forum for having conversations with people (so reading every tweet would be important), but I gave up as Twitter simply doesn't work well for that now. Regards, Brian

Re: [twitter-dev] Problem sending tweets with nbsp chars

2010-03-08 Thread Brian Smith
nti-annoying-people countermeasures that good clients have in place. Cheers, Brian :)

Re: [twitter-dev] complete Retweet functionality in thirdparty apps

2010-03-04 Thread Brian Smith
stly understand that things get "weird" sometimes; if they weren't so forgiving they would never have accepted the fail whale or waited through the various DoS attacks. Regards, Brian

Re: [twitter-dev] Re: What is the correct OAuth API endpoint

2010-03-04 Thread Brian Smith
HTTPS for OAuth, IMO. Regards, Brian

Re: [twitter-dev] Deprecating /statuses/public_timeline resource on 4/5/10

2010-03-04 Thread Brian Smith
Ryan Sarver wrote: This is an announcement that we will be deprecating the */statuses/public_timeline* resource as of April 5th (4/5/10). Please let us know if there are any major concerns. Just to be perfectly clear: is it being deprecated or disabled on that date? Thanks, Brian

Re: [twitter-dev] complete Retweet functionality in thirdparty apps

2010-03-04 Thread Brian Smith
x27;s status_id and use *that* status_id in the retweet. Then a user cannot retweet the same thing twice with your app. I believe the Twitter API (and website UI) should be doing this automatically. Regards, Brian

[twitter-dev] New way to get highest id?

2010-03-03 Thread Brian Morearty
With the upcoming deprecation of /statuses/public_timeline that was just announced, will there be any way to find out the (approximate) highest tweet id? I know the streaming API would work but it seems like overkill. Scenario: in my app I cache tweets for performance and to avoid over- calling t

Re: [twitter-dev] Re: forcing api.twitter.com resources - tomorrow

2010-03-02 Thread Brian Smith
mented as being on twitter.com (not api.twitter.com), you should be accessing them through twitter.com (not api.twitter.com), even though you should be accessing the Twitter API through api.twitter.com. Correct? - Brian (@BRIAN_)

[twitter-dev] Re: Where is the group for end user ?

2010-02-22 Thread Brian Sutorius
ready. Our Support team should get back to you soon. Brian On Feb 20, 1:12 pm, helenecambodge wrote: > I can only find this development group, I cannot find any group for > end user, so I post my question here. > > It's now two weeks I have created a twitter account > athttp://twit

[twitter-dev] Re: Suspension whilst testing Oauth...

2010-02-22 Thread Brian Sutorius
I can't find a ticket under your email address. Can you please reply with the number? You can do so privately, if you want. Brian On Feb 20, 3:06 pm, Drclohite wrote: > Hi Guys > > I am toward the end of writing an AIR application using FLEX. I have > bought signature certifi

[twitter-dev] Re: banned from search?

2010-02-19 Thread Brian Sutorius
logged in as the account) at http://bit.ly/twicket and our Support team will get back to you. Brian On Feb 19, 9:36 am, TJ Luoma wrote: > This has been a problem for months. Some people just don't have their tweets > show up in search, ever. > > I reported one of these

[twitter-dev] Re: Using the mobile OAuth flow on the desktop for a better UX

2010-02-16 Thread Brian Ellin
in Standard" at the bottom of the page to escape. Not optimal. I tried this a few weeks ago. 2: I tried today before writing the post to the list, and it simply didn't render the mobile UI. I suspect this is because it was switching on the User-Agent...? Brian On Feb 16, 5:28 p

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

2010-02-14 Thread Brian Smith
on an internal implementation of OAuth WRAP and we envision that we'll simultaneously support both OAuth 1.0a and WRAP/2.0 for a while. our hope is to get WRAP out the door soon (and before we finally deprecate basic authentication). Thanks, Brian

Re: [twitter-dev] OAuth:a disaster for Chinese twitter users

2010-02-11 Thread Brian Smith
witter website. After they are authorized, they can proxy their requests like before. The proxies will undoubtedly need to be modified, but the modifications will not be too bad. - Brian

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

2010-02-11 Thread Brian Smith
via X.509 certificates using TLS). Cheers, Brian

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

2010-02-11 Thread Brian Smith
on in the OAuth 2.0/WRAP assertion profile, if the relying party is using OAuth WRAP to authenticate the user, (e) the user and the identity provider can both restrict which consumers can sign into which relying parties for which users using this mechanism. Regards, Brian

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

2010-02-09 Thread Brian Smith
to expose something the subject has signed to the relying party in OAuth WRAP/2.0, if WRAP/2.0 is designed to have this information always protected from third parties with TLS. Regards, Brian From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.co

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

2010-02-09 Thread Brian Smith
mmunicating with the delegator over HTTP (think WebSockets, SPDY, etc.). Regards, Brian Raffi Krikorian wrote: <http://mehack.com/a-proposal-for-delegation-in-oauth-identity-v> http://mehack.com/a-proposal-for-delegation-in-oauth-identity-v

[twitter-dev] Re: Unable to register this application. Check your registration settings.I am

2010-02-03 Thread Brian Sutorius
This is likely an issue related to your Twitter account. Please file a ticket at http://help.twitter.com/tickets/new and our Support team will take a look. Brian On Feb 2, 3:53 pm, kprobe wrote: > I am finally going to upgrade my existing Twitter application to use > OAuth and in try

[twitter-dev] Re: Problems

2010-02-03 Thread Brian Sutorius
Hi Vadim, I see that you've filed a ticket about this too, and our Support team should reply there soon. Brian On Feb 3, 11:10 am, Vadim Grekov wrote: > Hello! I have such problem: my accounthttp://twitter.com/MoscowTwestival > has become suspended. I can't understand why? We dec

[twitter-dev] Re: Twitter Application Suspended

2010-01-27 Thread Brian Sutorius
Please write to a...@twitter.com, which will open a ticket about this issue. We can discuss your applications, why they have been suspended, and the possibility of getting them re-enabled. Thanks, Brian On Jan 26, 5:11 pm, Proxdeveloper wrote: > Hello folks, This is the 3rd time I get

[twitter-dev] Re: twitter whitelisting

2010-01-20 Thread Brian Sutorius
Hi Cube, I don't see any whitelist requests under your email address. What was the Twitter account you were logged into when you submitted it? Brian On Jan 19, 8:36 am, Cube Whidden wrote: > Hi, > > I have submitted a request to be whitelisted by twitter almost two > weeks

[twitter-dev] Re: cannot edit registered application

2010-01-20 Thread Brian Sutorius
This may be an issue with your account. Please write to a...@twitter.com from the email address associated with your Twitter account and we can look into it. Thanks, Brian On Jan 20, 10:25 am, twittme_mobi wrote: > Hello Abraham, > > Thanks for your reply.I tried  that and it is no

[twitter-dev] Please update doc examples to point to api.twitter.com/1

2010-01-20 Thread Brian Morearty
ple I knew about api.twitter.com/1 but even so I almost unwittingly used twitter.com when I started using an API I hadn't used yet (friendships/create) because the example has twitter.com. Thought I'd try out a new word on you. I used behoove in a sentence. Brian Morearty

[twitter-dev] Re: Is this application breaking Twitter API standards?

2010-01-12 Thread Brian Sutorius
Hey Colin, To echo Mark's comment, we'd appreciate a report so that we can look into the app and take any necessary action. If you like, you can directly reply to me with a name or URL and I'd be happy to investigate. Brian On Jan 11, 4:38 pm, Colin wrote: > I'

RE: [twitter-dev] Any iPhone Twitter apps with OAuth login ?

2010-01-11 Thread Brian Smith
You do support TLS session resumption already though. Session resumption is where one HTTPS connection reuses the same handshake as a previous HTTPS connection. % openssl s_client -connect api.twitter.com:443 --reconnect . Reused, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA . Session-ID: C076

RE: [twitter-dev] Any iPhone Twitter apps with OAuth login ?

2010-01-11 Thread Brian Smith
1. The page needs to display correctly (laid out nicely, with the entire form "above the fold") on a 2.4" QVGA (240x320 and 320x240) screen when images, Javascript, and flash are all disabled. 2. Replace the manual PIN entry requirement with something else. The OAuth 1.0a designers grea

[twitter-dev] Re: API whitelisted but still not working

2010-01-05 Thread Brian Sutorius
s you have remaining. For more information, see http://apiwiki.twitter.com/Rate-limiting . Hope that helps, Brian On Jan 4, 4:42 pm, bnonews wrote: > Anyone who can help me out here? > > On 2 jan, 19:28, bnonews wrote: > > > > > Hi, > > > In November I

[twitter-dev] Re: Rate limited on search query

2009-12-29 Thread Brian Sutorius
explanation of how it works and why it needs to be whitelisted. Brian On Dec 29, 10:25 am, netlatch wrote: > My app IP address and twitter @username are white-listed yet I am > still rate limited on search queries. What am I missing? The search is > being conducted from a sub-domain but I a

[twitter-dev] Re: Authorizing users for my app's API

2009-11-30 Thread Brian Morearty
Thanks for asking. I was just wondering the same thing. :-) On Nov 30, 3:19 pm, "LeeS - @semel" wrote: > Here's the situation: > > My app lets users OAuth via Twitter as their login.  Simple and > standard. > > Now, I've created an API for my app.  I want other apps, say Twitter > clients, to be

[twitter-dev] Re: Wrong account and correct IP is whitelisted

2009-11-24 Thread Brian Sutorius
You can apply for whitelisting again while logged in as the correct account. Just make sure to mention the other username so that we know the history of your request. Brian On Nov 23, 5:20 pm, shiplu wrote: > Hello, > > I just got the whitelisting confirmation mail. But accidenta

[twitter-dev] Re: Twitter app marked "inactive"?

2009-11-24 Thread Brian Sutorius
o email us at a...@twitter.com :) Brian On Nov 24, 10:24 am, Michael Steuer wrote: > Thanks for providing all 4 links Brian... > > So why was Listerine blocked? I tried out the app once and didn't > necessarily see any behavior that was objectionable based on the link you > sen

[twitter-dev] Re: Twitter app marked "inactive"?

2009-11-24 Thread Brian Sutorius
tions about these rules as they apply to application behavior, simply email a...@twitter.com . Thanks! Brian http://twitter.com/apirules http://apiwiki.twitter.com/Terms-of-Service http://help.twitter.com/forums/26257/entries/18311 http://twitter.com/terms On Nov 23, 5:34 pm, Andrew Badera

[twitter-dev] Re: Twitter app marked "inactive"?

2009-11-23 Thread Brian Sutorius
Hey Luis, Your OAuth token has been suspended. For more information about this, please write to a...@twitter.com and I'll be happy to talk with you. Brian On Nov 21, 6:28 pm, "luis, syndeomedia" wrote: > Hey all, > > My Twitter app "Listerine" has been marke

[twitter-dev] Re: Twitter message with html entities get truncated

2009-11-15 Thread Brian Morearty
quot; Anything after the ampersand is another command. If this is the problem, here is the solution: put the entire string in "quotes". curl "http://...&...&..."; Brian On Nov 11, 4:06 pm, mndasher wrote: > I store my content in a MySQL database. The website i

[twitter-dev] Re: Since_ID and Search Problem

2009-11-11 Thread Brian Morearty
;http://twitter.com/ ">web</a>" }, { "profile_image_url": "http://a1.twimg.com/profile_images/ 335299002/IMG_0030_normal.JPG", "created_at": "Thu, 12 Nov 2009 01:07:06 +", "from_user": "AaronIsaacs&qu

[twitter-dev] Re: API Performance Tanking

2009-10-21 Thread Brian Smith
stead of a worsening of > > > the API's performance? The website has been giving me frequent "Twitter is over capacity" errors for two or three days now, and the API seems to have had a similar degradation during that same period. The website availability is almost as bad as it was during the DoS from a month or so ago. Regards, Brian

[twitter-dev] Re: Draft of List API documentation

2009-10-17 Thread Brian Smith
Usually non-GET requests are not counted toward the rate limit. I agree that an “add in bulk” command would be better than having to individually issue multiple “add user to lists” calls. Rod Begbie wrote: 3) Does each "add user to list" call count towards the API Limit? If so, are th

[twitter-dev] Re: OAuth wed & desktop feedback

2009-10-12 Thread Brian Smith
old), you will not even get a warning if the TLS certificate doesn’t match the domain to which you connected. So, you could see the “all secure” and still be getting phished. Regards, Brian JDG wrote: It's probably more likely that you would give your password to a malicious site

[twitter-dev] Re: OAuth wed & desktop feedback

2009-10-12 Thread Brian Smith
Letting a mobile/desktop app grab an OAuth token using the user’s username/password is still helpful because then they can store the token instead of the username/password, which is a big deal when there’s no really secure way to store it. Also, if your mobile phone/laptop gets stolen, you can

[twitter-dev] Re: OAuth wed & desktop feedback

2009-10-12 Thread Brian Smith
sually we want to optimize their experience so they write good reviews. Ideally, there would be a way for a single app to have multiple tokens at once. Please feel free to contact me directly if you want any more detailed feedback. Regards, Brian

[twitter-dev] Re: Have you read the OneForty.com Developer Contract?

2009-10-08 Thread Brian Smith
at is unfortunate. If they wanted to support developers then they'd let developers choose whether they want their apps listed. My thoughts on oneforty.com are in this news.yc discussion: http://news.ycombinator.com/item?id=864296 Regards, Brian

[twitter-dev] Re: Twitter, Please Explain How Cursors Work

2009-10-06 Thread Brian Smith
t did not show up in the changelog. Regards, Brian

[twitter-dev] Re: Twitter, Please Explain How Cursors Work

2009-10-06 Thread Brian Smith
rough A, B, C, etc. And then, after that, say "OK, what's changed since then"? Regards, Brian > -Original Message- > From: twitter-development-talk@googlegroups.com [mailto:twitter- > development-t...@googlegroups.com] On Behalf Of John Kalucki > Sent: Sunday

[twitter-dev] Re: geolocation API update

2009-10-02 Thread Brian
Raffi, Could you tell me if the existing Twitter radius advanced searching will be tweaked to include those tweets with tags within the enclosed location? Thanks, brian On Oct 1, 3:52 pm, Raffi Krikorian wrote: > as some of you may have already noticed, we've started going through

[twitter-dev] Re: Updates to the retweet API payload

2009-09-30 Thread Brian Smith
T @A hello, world D: RT @C RT @B RT @A hello, world Also, replies and re-tweet merging do not interact well with each other: what do you set in_reply_to_status_id to? In which timelines does a reply to a re-tweeted tweet show up in? Thanks, Brian

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

2009-09-29 Thread Brian Atkinson
account could be used on sites that are not "twitter powered". Brian Atkinson On Mon, Sep 28, 2009 at 5:19 PM, JDG wrote: > Unfortunately, best as I can ascertain, that would violate the OAuth spec > (I may, of course, be wrong -- I often am :-) ). There are RW tokens and RO

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

2009-09-28 Thread Brian Smith
Dossy Shiobara wrote: > It would be nice if Twitter made "authentication only" as an option for > OAuth. Twitter already has this. It is called "Sign in with Twitter." - Brian

[twitter-dev] Re: Update on the Retweet API (we collapse retweets, not you & we're adding statuses/retweets)

2009-09-18 Thread Brian Smith
cause of rate limiting. I would love to be included as a tester of this in the web UI. I am @BRIAN_ and @GOROGOROmobi. Regards, Brian

[twitter-dev] Re: Posting non-English Characters using OAuth

2009-09-18 Thread Brian Smith
cters. If the library you are using has a mechanism for you to get the signature base string, use that mechanism to retrieve it and post it here. Also, try using a different OAuth library. がんばってください! - Brian

[twitter-dev] Re: oAuth problem getting 401 on second request. shall we do something with oauth_token_secret?

2009-08-17 Thread Brian Smith
#x27; character (ASCII code 38) " - Brian

[twitter-dev] Re: My Issue with the ReTweet API and my solutions

2009-08-17 Thread Brian Smith
get a users favorites pretty easily. The new way of handling retweets makes a lot of sense if Twitter is planning to make favorites private. I think a lot of users would appreciate private favorites, or at least the option of making them private without protecting their updates. - Brian

Should your favorites be public information? (was RE: [twitter-dev] Re: My Issue with the ReTweet API and my solutions)

2009-08-17 Thread Brian Smith
I tried it and you are right, I can read anybody's favorites. But, is that intentional? I had always thought my favorites were private and I think that other users have that same expectation of privacy. - Brian

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-17 Thread Brian Smith
ather that message not exist. But, the re-tweeters expect to have an archive of everything they retweeted. Regards, Brian

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-13 Thread Brian Smith
like it is the latter (all people), but it would be more useful if it was the former. Regards, Brian

[twitter-dev] Re: Continuous oAuth Issues

2009-08-07 Thread Brian Knoth
Ryan, Whatever you guys are doing, seems to be helping out. I've been able to get into our app for the first time in a long time. Know you all are swamped and it's great to start to seeing a little bit of light. Thanks for your hard work. brian On Fri, Aug 7, 2009 at 5:12 PM, R

[twitter-dev] Re: Continuous oAuth Issues

2009-08-07 Thread Brian
don't understand it at all. The prod app worked fine until yesterday. Thanks, brian On Aug 7, 6:15 pm, Genevate wrote: > Firefox oAuth issue seems to be fixed now. Not sure for how long but I > can actually login. > > Chris- > > On Aug 7, 5:29 pm, Rich wrote: > > > It als

[twitter-dev] Re: Continuous oAuth Issues

2009-08-07 Thread Brian Knoth
erence with any IP blacklisting. Brian On Fri, Aug 7, 2009 at 4:37 PM, Ryan Sarver wrote: > We are noticing a number of people are experiencing issues with OAuth. > There is nothing inherently broken with OAuth, instead the issue is tied to > API calls periodically timing out due

[twitter-dev] Continuous oAuth Issues

2009-08-07 Thread Brian
Our app is still experiencing oAuth denial issues since the DDOS problem yesterday. Has anyone heard any update to this problem? or is there some action that app developers need to take to get back in business? Thanks, brian

[twitter-dev] Custom embedded browser to work around OAuth UI issues on phones

2009-08-01 Thread Brian Smith
y" buttons show up as two identical black rectangles). Hopefully I will also be able to render the page so scrolling isn't needed. If there are linked stylesheets and/or Javascript and/or images then I also want to prevent the browser from downloading them to save money for users that pay per KB downloaded. Thanks, Brian

[twitter-dev] Chicago Developer

2009-07-20 Thread Brian F
I am looking for a developer in Chicago who may be interested in partnering. I currently run a few twitter accounts that cater to local businesses. I want to expand by automating the accounts. I am not a programmer and I need someone with website/twitter development experience.

[twitter-dev] force load of standard twitter site? (rather than mobile)

2009-07-16 Thread Brian Williammee
ity-wise, than visiting the standard page (with pre-populated text) in the first place? Thanks, Brian Williammee

[twitter-dev] Re: stopping bit.ly automatic shortening of urls

2009-07-07 Thread Brian Smith
equirement is that all characters after the ".com/" must be alphanumeric. Actually, I am not sure that the length of the URL is even considered. - Brian

[twitter-dev] Re: Search API to require HTTP Referrer and/or User Agent

2009-06-16 Thread Brian Gilham
R -Original Message- From: Doug Williams Date: Tue, 16 Jun 2009 17:31:11 To: Subject: [twitter-dev] Re: Search API to require HTTP Referrer and/or User Agent For most applications, enforcement of this requirement will be subject to manual review. We want a marker (Referrer and/or Us

[twitter-dev] Re: OAuth issue

2009-06-16 Thread Brian Gilham
RRR -Original Message- From: João Pereira Date: Wed, 17 Jun 2009 00:01:56 To: Subject: [twitter-dev] Re: OAuth issue I used this: accessToken = twitter.getOAuthAccessToken( preAuthorizedTwitterAccount.getOAuthToken(), preAuthorizedTwitterAc

[twitter-dev] Re: Users not being indexed by Search

2009-06-16 Thread Brian Gilham
-Original Message- From: Doug Williams Date: Tue, 16 Jun 2009 17:41:41 To: Subject: [twitter-dev] Re: Users not being indexed by Search We exclude users from the search index if they are performing behaviors that are outside of our TOS or if they look spammy to our support staff or a

[twitter-dev] Re: Twitpocalypse Announcement - 21:00 GMT

2009-06-12 Thread Brian Gilham
Thanks for the heads-up, Matt! 2009/6/12 Matt Sanford : > > Hello again, > >    The responses to @twitterapi and all discussions internally show a > preference to not waiting until the middle of the night. The current plan is > to force this issue at 21:00 GMT (2:00pm Pacific/5:00pm Eastern for t

[twitter-dev] Re: Planned site maintenance Friday, May 8th 2PM-3PMPST and Monday, May 11th Noon-1PM PST

2009-05-07 Thread Brian Gilham
2PM-3PM PST and Monday, May 11th Noon-1PM PST That is usually what "site maintenance" means... Sent from Dev G1 On May 8, 2009 12:24 AM, "Brian Gilham" wrote: Since the message doesn't make it clear (unless my sleep-deprived mind is missing it), will this mean downtime?

[twitter-dev] Re: Planned site maintenance Friday, May 8th 2PM-3PM PST and Monday, May 11th Noon-1PM PST

2009-05-07 Thread Brian Gilham
Since the message doesn't make it clear (unless my sleep-deprived mind is missing it), will this mean downtime? Jesse Stay wrote: Can you share what exactly this will affect? What symptoms will we see? Thanks, Jesse On Thu, May 7, 2009 at 4:21 PM, Doug Williams > wr

[twitter-dev] twitter sign-on and user_id based urls

2009-04-30 Thread Brian Ellin
URL on twitter such that http://twitter.com/users/profile?user_id=1401881 redirects to http://twitter.com/dougw? If not, would you be willing to add such a feature? Thanks, Brian Ellin (@brianellin) http://rpxnow.com/

[twitter-dev] Re: oAuth - App Revoke User Access

2009-04-09 Thread Brian Gilham
That's what I had in mind, just to clarify. -Original Message- From: Mobasoft Date: Thu, 9 Apr 2009 14:11:18 To: Twitter Development Talk Subject: [twitter-dev] Re: oAuth - App Revoke User Access IMHO, That is beyond the scope of OAuth. Your app should contain/maintain the logic for

[twitter-dev] Re: oAuth - App Revoke User Access

2009-04-09 Thread Brian Gilham
I think that's a great idea. Seconded. -Original Message- From: Peter Denton Date: Thu, 9 Apr 2009 12:14:19 To: Subject: [twitter-dev] oAuth - App Revoke User Access Hello all, I wanted to throw out, what I would consider a necessary use case for oAuth. An App should be able to revo

[twitter-dev] Re: incorrect userIDs in search feed

2009-03-22 Thread Brian Gilham
I think that's a throwback to when Twitter Search was Summize and they had to come up with their own user IDs. I think they will be making them the same in the new API. Adrian wrote: I've found that the user IDs in search feeds for any given user mismatch with those in the normal twitter fee

[twitter-dev] Re: Using curl with Twitter

2009-03-10 Thread Brian Gilham
Ditto. -Original Message- From: Chad Etzel Date: Tue, 10 Mar 2009 11:47:57 To: Subject: [twitter-dev] Re: Using curl with Twitter On Tue, Mar 10, 2009 at 11:33 AM, Cameron Kaiser wrote: > > > This is the same issue I'm working with for TTYtter, and I think I have a > solution whic

[twitter-dev] Re: need to develop a "twitter wall"

2009-03-05 Thread Brian Gilham
Check out scribblelive.com -Original Message- From: marvelade Date: Thu, 5 Mar 2009 11:12:32 To: Twitter Development Talk Subject: [twitter-dev] need to develop a "twitter wall" Hi All, A client of mine would like a price quote for a twitter wall application. The scenario is that pe

[twitter-dev] Re: Destroying tweets issue for games

2009-03-05 Thread Brian Gilham
Use direct messages instead. -Original Message- From: kprobe Date: Thu, 5 Mar 2009 06:12:42 To: Twitter Development Talk Subject: [twitter-dev] Destroying tweets issue for games I've written a game (@Tweet_Quiz) which allows players to @reply to a clue. The problem is that anyone ca

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

2009-03-01 Thread Brian Deterling
Please add me to the list of freelancers. Brian Deterling @bdeter http://signalsready.com brian.deterl...@gmail.com Creator of http://tweepdiff.com Thanks! Brian

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

2009-02-25 Thread Brian Gilham
I'd love to be included as well! Brian Gilham @bgilham m...@briangilham.com Creator of: TTCupdates.com Location: Toronto, Ontario, Canada Focus: PHP, MySQL, XML, Ajax, XHTML, CSS Thanks a ton! 2009/2/25 Adrian : > > Hi Alex, > > Would love to be mentioned too! > > user

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

2009-02-15 Thread Brian Gilham
> Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com > -- Aibohphobia, the fear of palindromes. -- Brian Braunschweiger > -- >

Re: Twitfilter

2009-02-11 Thread Brian Breslin
Aestetix, My team worked VERY hard on building twitbin, and I would have liked it if you had told me you were doing this first. Twitbin wasn't released as open source. shoot me an email, you know how to reach me so we can discuss this privately. Regards, Brian http://www.twitbin.com On F

Re: alpha test of a new service: Tweetpass

2009-01-07 Thread Brian Hendrickson
s used, it is labeled with the incoming hostname and will only be good for that host. API events for that password are visible in the control panel. -- Brian

Re: alpha test of a new service: Tweetpass

2009-01-07 Thread Brian Hendrickson
ntrol per-host and per- password. Right now it allows all API features (checks all the boxes) by default, I didn't want to do the opposite because it would be a usability problem, but that would be a good firewall-like setup. Ultimately you would want to set your own defaults. Also, it's not set that way right now, but I will make it possible to set the API permissions [[before]] a 3rd party uses a given password. -- Brian

Re: alpha test of a new service: Tweetpass

2009-01-07 Thread Brian Hendrickson
ated disposable passwords in my database, but not many hits on the API yet. That will allow you to see the full service at work, and you could make use of that disposable password. Don't let it go to waste! :-) Thanks again Chad for sharing your ideas. -- Brian > -Chad > > On W

alpha test of a new service: Tweetpass

2009-01-07 Thread Brian Hendrickson
rds. Thanks for your feedback and ideas about Tweetpass. -- Brian http://tweetpass.com 503.358.7501

Re: twitter keyword tracking?

2009-01-07 Thread Brian Gilham
Use search.twitter.com. -Original Message- From: charris1980 Date: Wed, 7 Jan 2009 07:45:09 To: Twitter Development Talk Subject: twitter keyword tracking? is tracking back in twitter yet? i put in "track <>" and it didn't work, just posted my tweet. tweetbeep.com is down so can't

check already following

2008-12-23 Thread Brian Breslin
follow. I couldn't find a quick way in the api, and don't want to have to download their entire follower list for each person. thanks, Brian

Re: Using php api to send @replies to specific messages

2008-12-17 Thread Brian Gilham
ing to the in_reply_to_status_id and in_reply_to parameters? I have not implemented their use in any of my code yet, but perhaps someone on here can elaborate as to their use in their code? -Chad On Wed, Dec 17, 2008 at 5:49 PM, Brian Gilham wrote: > > Wouldn't you just use "d username

Re: Using php api to send @replies to specific messages

2008-12-17 Thread Brian Gilham
their use in any of my code yet, but perhaps someone on here can elaborate as to their use in their code? -Chad On Wed, Dec 17, 2008 at 5:49 PM, Brian Gilham wrote: > > Wouldn't you just use "d username"? > -Original Message- > From: c_mcintosh > > Da

Re: Using php api to send @replies to specific messages

2008-12-17 Thread Brian Gilham
Wouldn't you just use "d username"? -Original Message- From: c_mcintosh Date: Wed, 17 Dec 2008 14:20:36 To: Twitter Development Talk Subject: Using php api to send @replies to specific messages I am trying to find out how to send an @reply to a specific tweet. I have seen how to do

Re: Incomplete list of friends being returned

2008-12-10 Thread Brian Gilham
Perhaps it is not returning protected users? -Original Message- From: Carter Rabasa <[EMAIL PROTECTED]> Date: Wed, 10 Dec 2008 13:27:57 To: Twitter Development Talk Subject: Incomplete list of friends being returned I am currently developing an application to bridge Twitter and Friend

Re: Why is authentication required to get follower info?

2008-12-04 Thread Brian Gilham
I'll admit, I'm curious about this myself. Another example is authenticating to pull a user's friends feed. With the exception of protected users, why not allow that public information to be pulled out via the API? -Original Message- From: Amir Michail <[EMAIL PROTECTED]> Date: Thu, 4 D

<    1   2   3   >