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

2010-03-03 Thread Taylor Singletary
Hi Zhami, http(s)://api.twitter.com is best for OAuth-related operations like the requestToken, accessToken, and authorizeToken steps of the OAuth flow. These aren't versioned the way that resource-based APIs are. http://api.twitter.com/oauth/request_token http://api.twitter.com/oauth/authorize

Re: [twitter-dev] Re: Introduce yourself!

2010-03-03 Thread Taylor Singletary
Hello Twitter Development Community, My name is Taylor Singletary (@episod on Twitter) and I'm Twitter's first developer advocate. I'm all about making the developer experience here awesome. I'm still learning and will always be learning. Learning is fun. A little about my history: I worked

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

2010-03-04 Thread Taylor Singletary
Hi Roy, You shouldn't be sending spaces as nbsp; -- that's HTML entity encoding. It's best to send space characters as %20 instead. For example: You'd set your POST body to: status=There%20is%20%20%20%20%20space%20for%20love%20in%20%20%20the%20universe If you were trying to set the status

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

2010-03-04 Thread Taylor Singletary
The OAuth steps in the apiwiki have been updated to reflect the preferred subdomain of api as well as a note about the URLs not being versioned yet. Thanks, Taylor On Thu, Mar 4, 2010 at 7:18 AM, Thomas Woolway tswool...@gmail.com wrote: It's good to know that this is the recommended URI root

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

2010-03-04 Thread Taylor Singletary
Good point. I'll considering encouraging it by default by presenting it that way. I certainly prefer it over https. A gating issue are design choices in many OAuth libraries where a base URL is utilized for both authorization steps and resource requests. If the base URL is https, then that

Re: [twitter-dev] XAuth access approval?

2010-03-04 Thread Taylor Singletary
Hi Caizer, We've got a bit of a queue on these right now and are working on clearing out. Thanks for you patience. Taylor On Thu, Mar 4, 2010 at 8:16 AM, Caizer cai...@gmail.com wrote: Hi, I have requested xauth access for my 2 apps 3 days ago.. I mentioned my app id with consumer keys and

Re: [twitter-dev] All replies are appearing in home_timeline

2010-03-04 Thread Taylor Singletary
Hi Folks, We're looking into this. Thanks, Taylor On Thu, Mar 4, 2010 at 4:10 PM, Thomas Woolway tswool...@gmail.com wrote: Yes, seeing this as well - seemed to start happening about 4 hours ago. Tom On Thu, Mar 4, 2010 at 11:59 PM, Chris Thomson chri...@chris24.ca wrote: Replies from

Re: [twitter-dev] Re: xAuth

2010-03-05 Thread Taylor Singletary
Hi Berto, I can confirm that using POST operations over HTTPs will work for XAuth. Your URL should only contain: https://api.twitter.com/oauth/access_token Your signature base string should contain the x_auth_* parameters. Your authorization string should not contain the x_auth_* parameters.

[twitter-dev] Re: OAuth newbie question

2010-03-07 Thread Taylor Singletary
A lot of people have found my presentation on OAuth useful when trying to learn the ins and outs of the entire request cycle with an OAuth- protected API: http://bit.ly/oauth-zero-to-hero When accessing a protected resource with OAuth, the oauth_token and oauth_token_secret you receive become

Re: [twitter-dev] Is this legit Twitter API?

2010-03-11 Thread Taylor Singletary
While it's a standard to use multiple values for the same key in this way, there are a gigantic amount of OAuth libraries out there that don't account for it and will botch the request as a result. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Mar 11, 2010

Re: [twitter-dev] Is this legit Twitter API?

2010-03-11 Thread Taylor Singletary
It wasn't a factor in this particular design decision, but the reality is that the vast majority of OAuth libraries out there are not to spec. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Mar 11, 2010 at 12:06 PM, Dossy Shiobara do...@panoptic.com wrote: So

Re: [twitter-dev] Re: Is this legit Twitter API?

2010-03-11 Thread Taylor Singletary
No disagreement on that here, Dewald. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Mar 11, 2010 at 3:32 PM, Dewald Pretorius dewaldpub...@gmail.com wrote: Taylor, I don't think Twitter should develop its API in accordance with, or let API design decisions

[twitter-dev] We're rolling back the Content-Type header correction on OAuth responses to text/html today - Deprecation Notice

2010-03-12 Thread Taylor Singletary
Hello Developers, Though it certainly would be more correct for us to properly set the Content-Type HTTP header throughout the OAuth token acquisition process to application/x-www-form-urlencoded, it has caused some issues with a number of applications. This afternoon we will restore the original

[twitter-dev] Re: We're rolling back the Content-Type header correction on OAuth responses to text/html today - Deprecation Notice

2010-03-12 Thread Taylor Singletary
to the OAuth spec, let us know. And while you're at it, don't forget to switch all your OAuth end point URLs to using HTTPs: request_token, authorization, and access_token. Thanks! Taylor http://twitter.com/episod On Mar 12, 7:28 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hello Developers

Re: [twitter-dev] OAuth POST gets 401 with no data/error message returned

2010-03-12 Thread Taylor Singletary
Can you present an example of you POSTing to a resource? An example signature base string of what you're trying to accomplish and the example POST body you are sending? Thanks! Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Mar 12, 2010 at 12:22 PM, SM sanja

[twitter-dev] Re: We're rolling back the Content-Type header correction on OAuth responses to text/html today - Deprecation Notice

2010-03-12 Thread Taylor Singletary
We'll be correcting this on Monday instead of today, folks. Have a great weekend. Taylor On Friday, March 12, 2010, Taylor Singletary taylorsinglet...@twitter.com wrote: Hello Developers, Though it certainly would be more correct for us to properly set the Content-Type HTTP header

Re: [twitter-dev] callback to parent window oAuth

2010-03-15 Thread Taylor Singletary
. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Mon, Mar 15, 2010 at 6:50 AM, deb123 debolina@gmail.com wrote: I am trying to open the Accept/Deny window in a new window. I want the callback to come back to the parent window. If I use window.open, I get the pop up

[twitter-dev] Re: We're rolling back the Content-Type header correction on OAuth responses to text/html today - Deprecation Notice

2010-03-15 Thread Taylor Singletary
Hello Everyone, This change is now officially rolled back. Let us know if you have remaining issues surrounding this. We'll let everyone know when we're closer to changing back to the more correct application/x-www-form-urlencoded Content-Type. Taylor Singletary Developer Advocate, Twitter http

[twitter-dev] Most popular tweets in the search API

2010-03-19 Thread Taylor Singletary
date. We're looking forward to your feedback and questions! Thank you. Taylor Singletary (on behalf of the platform search teams at Twitter) Developer Advocate, Twitter http://twitter.com/episod To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com

Re: [twitter-dev] Most popular tweets in the search API

2010-03-19 Thread Taylor Singletary
is complete, we'll enable this feature by default. You will have time to adjust. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Mar 19, 2010 at 9:44 AM, Nick Arnett nick.arn...@gmail.com wrote: On Fri, Mar 19, 2010 at 7:37 AM, Taylor Singletary taylorsinglet

Re: [twitter-dev] Re: Most popular tweets in the search API

2010-03-19 Thread Taylor Singletary
that not everyone wants search results with algorithmic ranking of tweets, but we like what we've come up with and we think you'll like it too. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Mar 19, 2010 at 10:11 AM, davidzimm davidz...@yahoo.com wrote: Bad

Re: [twitter-dev] Twitter bug OR deliberate OAuth exception in the new versioning api ?

2010-03-19 Thread Taylor Singletary
, search results, information about users, favorites, lists, timelines, etc.) Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Mar 19, 2010 at 11:11 AM, Ram group...@cascadesoft.net wrote: I didn't get any response for last week's http://twitter.com/CascadeRam

Re: [twitter-dev] Re: Twitter bug OR deliberate OAuth exception in the new versioning api ?

2010-03-19 Thread Taylor Singletary
Hi Ram, I recommend standardizing on api.twitter.com for the OAuth endpoints as well as the resource endpoints. Further, for all the OAuth-related steps (authorize, access_token, and request_token) I strongly recommend using SSL. Taylor Singletary Developer Advocate, Twitter http://twitter.com

Re: [twitter-dev] Importing contacts from Twitter to other site

2010-03-22 Thread Taylor Singletary
Hi, There's no way to retrieve email address for friends or otherwise in the Twitter APIs. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Mon, Mar 22, 2010 at 6:16 AM, inderpreet.dbydx.com ispy1...@gmail.comwrote: How can I export my twitter contacts to my site

Re: [twitter-dev] Re: Send Cyrillic character (OAuth)

2010-03-22 Thread Taylor Singletary
oauth-dancer app? This is a newbie question of Rails, but it looks like a fun app for the oauth dancing purposes, and I wanted to follow the logic. Thanks. Pat On Thu, Mar 18, 2010 at 10:02 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Z-13, Using my OAuth Dancer tool ( http

[twitter-dev] How To: Test the upcoming Content-Type HTTP header change in advance

2010-03-22 Thread Taylor Singletary
response of application/x-www-form-urlencoded since it's the to-spec representation of responses. Please let us know if you have any questions or concerns. Thanks! Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Mar 12, 2010 at 5:21 PM, Taylor Singletary

Re: [twitter-dev] can we authenticate user without redirecting to the twitter in rails app.

2010-03-23 Thread Taylor Singletary
). Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Mon, Mar 22, 2010 at 10:16 PM, bhagi bhagirath6...@gmail.com wrote: can we avoid redirection to the twitter for the authentication of the user. i m using oauth library and ruby on rails as a platform. kindly give me

Re: [twitter-dev] Re: getting authenticated user's rate-limit-using rest API.

2010-03-23 Thread Taylor Singletary
Using multiple accounts to get around rate limiting is not really in the spirit of the Twitter API and I recommend you banish the idea from your mind. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Mar 23, 2010 at 7:03 AM, natefanaro natefan...@gmail.com wrote

Re: [twitter-dev] Is there support for the OAuth 2-legged model?

2010-03-23 Thread Taylor Singletary
for the single-user use case of your application. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Mar 23, 2010 at 9:19 AM, Lil Peck lilp...@gmail.com wrote: On Tue, Mar 23, 2010 at 10:50 AM, Grantcv1 grant.vergott...@gmail.com wrote: Hi, I am building an app

Re: [twitter-dev] Re: Is there support for the OAuth 2-legged model?

2010-03-23 Thread Taylor Singletary
Grant, You are correct. An access token's lifespan is until it is explicitly revoked by a user -- in this case, you. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Mar 23, 2010 at 9:41 AM, Grantcv1 grant.vergott...@gmail.comwrote: So let me see if I get

Re: [twitter-dev] Re: Is there support for the OAuth 2-legged model?

2010-03-23 Thread Taylor Singletary
granted access goes is a best practice all should keep in mind. In this (admittedly silly) example, it would be the best practice to have two client applications/API keys registered with Twitter: one for the dogs site and one for the cats site. Taylor Singletary Developer Advocate, Twitter http

Re: [twitter-dev] What's the best way to verify a signature?

2010-03-24 Thread Taylor Singletary
luck! Check out the OAuth dancer, it's a tool I made to help provide as much debug information as possible on theoretically to-spec API requests: http://bit.ly/oauth-dancer Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Wed, Mar 24, 2010 at 10:24 PM, Raffi Krikorian

Re: [twitter-dev] Twitter provider url support for openid login

2010-03-26 Thread Taylor Singletary
Hi Venkata, Twitter is not an OpenId provider. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Mar 26, 2010 at 4:14 AM, pammi venkatareddy.pa...@gmail.com wrote: Hi, I was actually started integrating with login sso with openid. I thought of integrating

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

2010-03-26 Thread Taylor Singletary
goals? Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject.

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

2010-03-26 Thread Taylor Singletary
be unsigned 64bit integers as they are today. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Mar 26, 2010 at 1:41 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Developers, It's no secret that Twitter is growing exponentially. The tweets keep coming

Re: [twitter-dev] Sending auto @mentions to followers

2010-03-29 Thread Taylor Singletary
have followed the user doing the @mentioning with a clear understanding that by following the user they would receive automated @mentions. No one should receive an automated @mention without clearly opting in to the @mentioner. Happy to answer any further questions you may have. Taylor Singletary

Re: [twitter-dev] Re: Most popular tweets in the search API

2010-03-30 Thread Taylor Singletary
for these new fields will be located within twitter:metadata : twitter:metadata twitter:result_typepopular/twitter:result_type /twitter:meta We're really excited about this release. More details soon! Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Mar 30

Re: [twitter-dev] oauth authentication and Ruby (without rails)

2010-03-31 Thread Taylor Singletary
application. You can apply for xAuth access by sending a request to a...@twitter.com Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Wed, Mar 31, 2010 at 4:05 AM, luisg luisfmgoncal...@gmail.com wrote: Sorry to bother you, but I'm trying to do something here, but I don't

Re: [twitter-dev] OAuth confusion

2010-03-31 Thread Taylor Singletary
out more about xAuth here: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-access_token-for-xAuth Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Wed, Mar 31, 2010 at 12:59 PM, Edward Caine eddjca...@googlemail.comwrote: Hello all, I'm writing a desktop

Re: [twitter-dev] OAuth confusion

2010-03-31 Thread Taylor Singletary
then literally just store in your private-label application (both the oauth_token and the oauth_secret). Though there are even easier ways of accomplishing the same. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Wed, Mar 31, 2010 at 1:09 PM, BJ Weschke bwesc...@btwtech.com

Re: [twitter-dev] Twitter Access Token and Access Token Secret

2010-04-01 Thread Taylor Singletary
negotiations. Always assume that the only valid access token secret pairing is the one provided to you through the access token OAuth step at the time of execution. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Apr 1, 2010 at 2:08 PM, Rich richard.frain...@gmail.com wrote

[twitter-dev] Opt-in beta of Popular Tweets for the Search API now available

2010-04-01 Thread Taylor Singletary
-Method%3A-search and our original post on the subject: http://groups.google.com/group/twitter-api-announce/browse_thread/thread/983086ae9935d50c Happy Hacking! Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod -- To unsubscribe, reply using remove me as the subject.

Re: [twitter-dev] Losing SessionUserId with oAuth!

2010-04-02 Thread Taylor Singletary
with no luck either. So my question is, how would i retain my user's current session id in my system, while retrieving an auth token from twitter using oAuth to store for their current session on my site. Thanks -- To unsubscribe, reply using remove me as the subject. -- Taylor Singletary

Re: [twitter-dev] Losing SessionUserId with oAuth!

2010-04-02 Thread Taylor Singletary
. Thanks -- To unsubscribe, reply using remove me as the subject. -- Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod

Re: [twitter-dev] xAuth users?

2010-04-06 Thread Taylor Singletary
%3Dabcd%252Befgh%253D%26x_auth_username%3Duser1234 Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 6, 2010 at 12:28 PM, Cameron Kaiser spec...@floodgap.comwrote: Anyone using xAuth successfully? I'm having trouble getting the process to accept my requests. I

Re: [twitter-dev] Re: What Exactly is a Developer Advocate? (was Re: Opt-in beta of Popular Tweets for the Search API now available)

2010-04-06 Thread Taylor Singletary
thought process when it's appropriate to do so; there are times when we won't make our intentions perfectly clear. The Twitter API will change. You I will change with it. This is abstract. This is concrete. This is not a surprise. This is not a pipe. I'm still learning. Taylor Singletary

[twitter-dev] What happened, happened.

2010-04-09 Thread Taylor Singletary
Let there be no doubt that not only will Chirp be an opportunity for developers to learn and talk to platform developers Twitter employees directly about what will obviously be a hot topic on everyone's mind, but Chirp will also in itself be a platform for Twitter to clarify existing capabilities

Re: [twitter-dev] Does xAuth accept email addresses?

2010-04-13 Thread Taylor Singletary
%26oauth_version%3D1.0%26x_auth_mode%3Dclient_auth%26x_auth_password%3Dthisismypass%26x_auth_username%3Dsomeonesemail% 2540address.com Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 13, 2010 at 2:30 PM, George McBay g...@funxed.com wrote: I'm converting a twitter

Re: [twitter-dev] Basic Auth Deprecation

2010-04-13 Thread Taylor Singletary
-- To unsubscribe, reply using remove me as the subject. -- Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod

Re: [twitter-dev] dev.twitter.com

2010-04-14 Thread Taylor Singletary
getting more awesome! Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Wed, Apr 14, 2010 at 2:49 PM, Raffi Krikorian ra...@twitter.com wrote: cool - thanks - taylor has been spending a lot of time behind the scenes pushing this forward. he has always felt that having

Re: [twitter-dev] Changing access level of @anywhere applications

2010-04-14 Thread Taylor Singletary
fine-grained per-resource control, there's very little use in being black and white on read/write operations in totality. Personally, I think it's best to create an entirely new application record for @Anywhere. Separate concerns. Taylor Singletary Developer Advocate, Twitter http://twitter.com

Re: [twitter-dev] Typos in @Anywhere Docs

2010-04-14 Thread Taylor Singletary
up if they don't catch the typo. Best, Y. -- To unsubscribe, reply using remove me as the subject. -- Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod

Re: [twitter-dev] App user counts missing from http://dev.twitter.com/apps

2010-04-14 Thread Taylor Singletary
me as the subject. -- Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod

Re: [twitter-dev] App user counts missing from http://dev.twitter.com/apps

2010-04-14 Thread Taylor Singletary
-- To unsubscribe, reply using remove me as the subject. -- Abraham Williams | Developer for hire | http://abrah.am PoseurTech Labs | Projects | http://labs.poseurtech.com This email is: [ ] shareable [x] ask first [ ] private. -- Taylor Singletary Developer Advocate, Twitter http

Re: [twitter-dev] dev.twitter.com

2010-04-14 Thread Taylor Singletary
| http://abrah.am PoseurTech Labs | Projects | http://labs.poseurtech.com This email is: [ ] shareable [x] ask first [ ] private. -- Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod -- To unsubscribe, reply using remove me as the subject.

Re: [twitter-dev] dev.twitter.com

2010-04-14 Thread Taylor Singletary
-- To unsubscribe, reply using remove me as the subject. -- Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod

Re: [twitter-dev] callback URL as 127.0.0.1

2010-04-14 Thread Taylor Singletary
using remove me as the subject. -- Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod

Re: [twitter-dev] change @Anywhere Connect with Twitter authorization callback url?

2010-04-14 Thread Taylor Singletary
. -- Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod

Re: [twitter-dev] Re: @anywhere login code samples

2010-04-15 Thread Taylor Singletary
I must have had some outdated snippets still present in the docs, I'll do my best to adjust this morning when I have time. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Apr 15, 2010 at 7:56 AM, silentgecko rwelb...@brainpool.de wrote: Thanks, that helped me

Re: [twitter-dev] Re: Creating or editing applications through dev.twitter.com causes apps to lose write access

2010-04-16 Thread Taylor Singletary
If you use the Twurl console, you're using your apps -- transparently behind the scenes it issues the Twurl console an access token and makes calls on your behalf. I'll look to get this business with read/write access resolved quickly. Taylor Singletary Developer Advocate, Twitter http

[twitter-dev] Back to your regularly scheduled program soon...

2010-04-16 Thread Taylor Singletary
through it and get back on top. Cheers everyone! Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Re: [twitter-dev] @anywhere and my application

2010-04-19 Thread Taylor Singletary
to the subdomain and domain you're executing @Anywhere on. I find it is best to create a new application at http://dev.twitter.com/anywhere/apps/new rather than re-use an existing application. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Mon, Apr 19, 2010 at 6:05 AM

Re: [twitter-dev] Re: @anywhere and my application

2010-04-19 Thread Taylor Singletary
Hi Davide, Is your original application an OAuth-based, registered application or does it use Basic Auth? If it uses OAuth, is registered, and is not restricted for some reason, you should be able to use it for @Anywhere. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod

Re: [twitter-dev] @Anywhere query

2010-04-19 Thread Taylor Singletary
(twitter){ twitter(a).hovercards({infer:true}); }); /script This tells @Anywhere to try to infer links to Twitter and @Usernames from A tags on the page. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Mon, Apr 19, 2010 at 3:36 AM, Abhishek desh.abhishek

Re: [twitter-dev] Re: @anywhere user login example broken

2010-04-19 Thread Taylor Singletary
Hi Hameedullah, Thanks for your corrected example. The @Anywhere starter documentation at http://dev.twitter.com/anywhere/begin has been updated with better code examples, including better/functional conditional Connect Button examples. Thanks, Taylor On Mon, Apr 19, 2010 at 12:17 PM, Rheza18

Re: [twitter-dev] Things Every Developer Should Know - link to faq doesn't works

2010-04-20 Thread Taylor Singletary
Thanks, I'll fix that up. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 20, 2010 at 12:56 AM, sleepwalker krivich.ekater...@gmail.comwrote: If you are starting with the API, familiarize yourself with the FAQ and know that it exists. When you tty

Re: [twitter-dev] @anywhere style, button, language customization

2010-04-20 Thread Taylor Singletary
, the @Anywhere team provided a preview of using the @Anywhere JavaScript API to interface with most methods of the Twitter API, allowing you to build the experience you'd like to see using the same basic building blocks. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 20

Re: [twitter-dev] Search old tweets

2010-04-20 Thread Taylor Singletary
Sorry, Francisco, it's not possible at this time. What search provides today is the maximum historical perspective of tweets that Twitter offers now. There might be other, third-party historical archives of tweets that you can find. Taylor Singletary Developer Advocate, Twitter http://twitter.com

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-20 Thread Taylor Singletary
It has not been deployed yet. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 20, 2010 at 4:38 AM, Zach zcox...@gmail.com wrote: I don't know if this fix for next_cursor always being zero has been deployed or not, but I'm still seeing this bug. A fix

Re: [twitter-dev] One account to rule them all: questions

2010-04-20 Thread Taylor Singletary
. This is still a ways out. Hope this helps clear it up. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 20, 2010 at 6:41 AM, luisg luisfmgoncal...@gmail.com wrote: Hello people, I'm trying to do something that I don't know if will work. Let me explain the main

Re: [twitter-dev] Public Timeline Frozen

2010-04-20 Thread Taylor Singletary
Hi Matt, I'm not able to see the issue at the moment -- can you provide some more details like examples of duplicate status ids? The public_timeline endpoint is cached for 60 seconds, so it will remain stagnant if you're requesting it more often than that. Taylor Singletary Developer Advocate

Re: [twitter-dev] Does @anywhere follow buttons count towards api limits?

2010-04-20 Thread Taylor Singletary
content on that IP address, you'll likely run into rate limiting of some kind. We're looking at ways in the short term to make this more flexible without compromising the point of rate limiting. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Mon, Apr 19, 2010 at 7:54

Re: [twitter-dev] @anywhere style, button, language customization

2010-04-20 Thread Taylor Singletary
The details in that document are beta at best and we aren't strongly encouraging their use yet. Everything covered at http://dev.twitter.com/anywhere/begin is the bulk of what's to be considered stable at this time. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue

Re: [twitter-dev] Tweetbox not tweeting

2010-04-20 Thread Taylor Singletary
resource on your page in conflict. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Mon, Apr 19, 2010 at 10:12 PM, chaoskreator chaoskrea...@gmail.comwrote: Hello. I've been developing a Twitter modification for integration with phpBB3. I've registered in Anywhere, set

Re: [twitter-dev] Streaming API OAuth explanation?

2010-04-20 Thread Taylor Singletary
, oauth_consumer_key=ri8JxYK2zzwSV5xIUfNNvQ, oauth_signature=Xi5jfuw2XqtU5KpNX9ZCtTptJS0%3D, oauth_version=1.0 Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 20, 2010 at 10:05 AM, Jonathon Hill jhill9...@gmail.com wrote: One thing I meant to find out @chirp last week

Re: [twitter-dev] How to end user session?

2010-04-20 Thread Taylor Singletary
. This will let your users context shift seamlessly. You'd obviously also have to ensure that the security of your application is such that a user never has access to access tokens that don't belong to them. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 20, 2010 at 12:48

Re: [twitter-dev] xauth error -1012

2010-04-20 Thread Taylor Singletary
Hi Sae, Have you received approval for using xAuth in your application yet by emailing a...@twitter.com ? I'm not familiar enough with Objective-C to understand the error, but your signature base string and authorization header look otherwise correct on first glance. Taylor Singletary Developer

Re: [twitter-dev] Re: Can a single app support oAuth and xAuth?

2010-04-20 Thread Taylor Singletary
not a Firefox extension developer, obviously, but I've heard down the pipe that this is possible) and then you handle that callback using your extension. Then after sending the user to the authorization step, your plugin handles the callback and sets itself up. Taylor Singletary Developer Advocate, Twitter

Re: [twitter-dev] Tweetbox not tweeting

2010-04-20 Thread Taylor Singletary
Also, make sure that your application is capable of both read and write access -- we have a deploy in queue that will make this easier to notice, but in the mean time you can verify and toggle the setting at http://twitter.com/oauth_clients/ Taylor Singletary Developer Advocate, Twitter http

Re: [twitter-dev] Streaming API OAuth explanation?

2010-04-20 Thread Taylor Singletary
know that using a username and password won't be tenable for long. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 20, 2010 at 3:44 PM, Dima Brodsky ddbrod...@gmail.com wrote: Hi, Question about oauth registration ... do I register the user ID I currently

[twitter-dev] Have questions about @Anywhere? Ask them in the new @Anywhere Group.

2010-04-21 Thread Taylor Singletary
://groups.google.com/group/twitter-dev-anywhere?hl=en Thanks everyone! Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod

Re: [twitter-dev] Re: Public Timeline Frozen

2010-04-21 Thread Taylor Singletary
, mattarnold1977 matt.arnold.1...@gmail.comwrote: Taylor, I just remembered that you were planning to change the generation of status ids. Has that already occurred? If so, where is the documentation on that again? -Matt On Apr 20, 10:14 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi

Re: [twitter-dev] Count Total Number of Times a Term Has Been Searched

2010-04-22 Thread Taylor Singletary
At this time there is no such API. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Apr 22, 2010 at 7:21 AM, Byron Cobb byronrc...@gmail.com wrote: I've previously found a post asking a similar question, but it was dated September last year and had no answer

Re: [twitter-dev] users/lookup issues

2010-04-22 Thread Taylor Singletary
Hi Ninjamonk, Slight error in the docs that I'll get fixed right now -- try this instead: http://api.twitter.com/1/users/lookup.json?screen_name=dougw,raffi Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Apr 22, 2010 at 1:33 PM, Ninjamonk dar

[twitter-dev] search.twitter.com/trends* is moving to api.twitter.com/1/trends*

2010-04-22 Thread Taylor Singletary
exclusively.* * * Documentation resources will be updated with these changes soon. * * Thanks everyone! * * Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Re: [twitter-dev] OAuth credentials for test

2010-04-23 Thread Taylor Singletary
Hi Ernandes, Yes, you should register an application at http://dev.twitter.com/apps Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Apr 22, 2010 at 12:37 PM, Ernandes Jr. ernan...@gmail.com wrote: Hi, I'am developing OAuth support for my Java API, however, I

Re: [twitter-dev] My applications were Suspended

2010-04-23 Thread Taylor Singletary
Take a look at our API Guidelines and see if there's anything your application may have been doing that could have been construed as not being in the spirit of the rules. http://bit.ly/twitter-api-terms Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Apr 22

Re: [twitter-dev] My applications were Suspended

2010-04-23 Thread Taylor Singletary
sent out rejecting whitelist applications. Doesn't Twitter record the reason _why_ they suspend the application in the first place? On 4/23/2010 8:07 AM, Taylor Singletary wrote: Take a look at our API Guidelines and see if there's anything your application may have been doing that could have

Re: [twitter-dev] Re: 401 Unauthorised - Unable to post

2010-04-23 Thread Taylor Singletary
Trying to track this bug down. Will update the thread when we've figured it out or otherwise. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Apr 23, 2010 at 7:06 AM, Berto mstbe...@gmail.com wrote: Did you acquire a new token before trying to post again? I'm

Re: [twitter-dev] Re: Feature Request: Retrieve direct messages between requester and a single user

2010-04-23 Thread Taylor Singletary
Hi Orian, Definitely think it would be useful and I've added it to my bucket of useful API ideas. We're focused on a number of projects right now, but I'm definitely keeping track of good ideas like this one for when the team has some feature selection flexibility in the future. Taylor

Re: [twitter-dev] What's Twitter policy regarding porn?

2010-04-23 Thread Taylor Singletary
as such. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Apr 23, 2010 at 8:22 AM, John Meyer john.l.me...@gmail.com wrote: On 4/23/2010 9:10 AM, Dmitri Snytkine wrote: I have to know this: first off all, there are lots of tweets out there that send links to porn images

Re: [twitter-dev] Counts

2010-04-23 Thread Taylor Singletary
There's not a good way to accomplish this right now. Search API doesn't represent the full body of tweets for a given query -- it goes back only a few days and excludes tweets from accounts identified as spam and otherwise. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod

Re: [twitter-dev] Re: Multiple Account creation

2010-04-23 Thread Taylor Singletary
. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Apr 23, 2010 at 2:00 PM, John Meyer john.l.me...@gmail.com wrote: On 4/23/2010 2:58 PM, Taylor Singletary wrote: Hi Dinho, This is a slippery area. You're correct to use the guidance of past discussions

Re: [twitter-dev] Weird @Anywhere issue when logging into Twitter

2010-04-26 Thread Taylor Singletary
We know of some issues right now with redirection and authorization. We're working on untangling the big bag of Christmas lights. Hope to have things ship-shape soon. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Sat, Apr 24, 2010 at 5:17 PM, Abraham Williams 4bra

Re: [twitter-dev] Streaming API OAuth

2010-04-26 Thread Taylor Singletary
Hi Jumpa, OAuth isn't supported for the Streaming API yet. We'll let everyone know the appropriate new access methods when they're fully baked. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Mon, Apr 26, 2010 at 3:17 AM, Jumpa giampa.ma...@gmail.com wrote: Can I

Re: [twitter-dev] Re: one application authentication

2010-04-26 Thread Taylor Singletary
, or otherwise you would use to store the access token and access token secret. As with any of these kind of keys though, it wouldn't be appropriate to distribute access tokens of any kind with your software -- whether on github, in a desktop application, or in plaintext in a Javascript file. Taylor

Re: [twitter-dev] Re: 401 Unauthorised - Unable to post

2010-04-27 Thread Taylor Singletary
Thanks for the help everyone. It seems to take a bit to fall out of our caches right now. We'll be sussing out a bug fix when it's possible. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 27, 2010 at 2:06 AM, livibetter livibet...@gmail.com wrote: I have

Re: [twitter-dev] friends/ids missing cursor information with oAuth?

2010-04-27 Thread Taylor Singletary
Hi Andrew, I just did a few ad hoc tests and was able to get the fields to show up in JSON and XML responses, both with OAuth and using Basic Auth. Is it possible that when the value is zero to JSON key/pair, your implementation might be hiding the result from you in some way? Taylor Singletary

Re: [twitter-dev] Re: search.twitter.com/trends* is moving to api.twitter.com/1/trends*

2010-04-27 Thread Taylor Singletary
Hi Rich, Probably not at the same time. We're working on unifying the worlds of search and the Twitter API. It's a bigger project. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, Apr 22, 2010 at 3:46 PM, Rich rhyl...@gmail.com wrote: Hi Taylor I also see

Re: [twitter-dev] Re: 401 Unauthorised - Unable to post

2010-04-27 Thread Taylor Singletary
token with the elevated privileges. Our implementation is such that each access token issued has the r/w flag on it, based on the state of the client application at the time of issuance. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Tue, Apr 27, 2010 at 7:22 AM

  1   2   3   4   5   6   7   8   9   10   >