Re: [twitter-dev] Annotations Hackfest Update - join in remotely!

2010-05-27 Thread M. Edward (Ed) Borasky
Quoting Ryan Sarver rsar...@twitter.com: Hey all, Just wanted to update everyone and let you know that we are going to be extending the Annotations hackfest to anyone interested, regardless of whether or not you are able to make it to SF. We'll be providing a preview of Annotations to anyone

[twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-27 Thread Walter
Great work! Are there plans to include these features in streaming API? Thanks! On 26 maio, 19:22, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Developers, We released some new features today that I'll summarize briefly here. *Entities* Raffi's already introduced the concept

[twitter-dev] OAuth home timeline

2010-05-27 Thread Yuan
Hi, I start using OAuth for a desktop app, I have a very basic question, after my app successfully authenticated the user, how should my app call the OAuth home timeline api? how the URL should look like? I tried the following one, but it ends up using basic auth.

Re: [twitter-dev] Re: New social events on User Streams

2010-05-27 Thread Joshua Hull
Cheers, thanks. *j* On Thu, May 27, 2010 at 12:55 AM, Mark McBride mmcbr...@twitter.com wrote: I'll be looking at the OAuth issue(s) this week   ---Mark http://twitter.com/mccv On Wed, May 26, 2010 at 5:36 PM, Fabien Penso fabienpe...@gmail.com wrote: John, Any chance it moves so

Re: [twitter-dev] Encrypted data over Twitter

2010-05-27 Thread Dave Sherohman
On Wed, May 26, 2010 at 10:16:40AM -0700, John Adams wrote: I think you're referring to ITAR, most of which was repealed in 1997. Until 1996?1997, ITAR classified strong cryptography as arms and prohibited their export from the U.S. Times have changed quite a bit since then. Also, as I

[twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-27 Thread Tim Acheson
Thank you for fixing the issue of retweets not being included in timeline data! I reported the issue as soon as it arose, when the retweet feature was first introduced, and have been monitoring the situation ever since: http://code.google.com/p/twitter-api/issues/detail?id=1312

[twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-27 Thread Jebu Ittiachen
+1 to the streaming request, as an option if possible. Thanks, Jebu On May 27, 6:03 am, Walter walte...@gmail.com wrote: Great work! Are there plans to include these features in streaming API? Thanks! On 26 maio, 19:22, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi

Re: [twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-27 Thread John Kalucki
Thanks to Mark, #1 has been in the Streaming API for weeks now, but we have to coordinate a deploy before you can use it. The pacing is up to the annotations people. #2 and #3 don't apply to Streaming, it seems. On Thu, May 27, 2010 at 12:23 AM, Jebu Ittiachen jebu.ittiac...@gmail.comwrote: +1

Re: [twitter-dev] re: intermittent 401 and 502 during oauth process

2010-05-27 Thread Bhushan Garud
Hi Taylor, Thanks for responding. I am using to get user public tweets using tweeter-APIs [Tweetr.getUserTimeLine() method]. Thanks regards, Bhushan On Wed, May 26, 2010 at 7:05 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: 400 errors usually mean the request was malformed in

[twitter-dev] Unable to logout from twitter oauth api

2010-05-27 Thread suresh
HI Guys, My name is suresh working as php programmer .I integrated twitter oauth component.i integrated this component in my application for twitter signin.i am successfully login to the twitter using this component.after login i am succesfully redirecting back to my application.but when i am

[twitter-dev] seems like something has changed - my application has stopped working

2010-05-27 Thread yousef
I am using the search api in a flash application, everything worked like clockwork until a few days ago. However, now it seems like the api has an issue with mi unit. Furthermore, if i have a search string with a space in it, it doesn't work i.e if i search for lady gaga i know this is not a good

[twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-27 Thread David Zuelke
On May 27, 12:22 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Developers, We released some new features today that I'll summarize briefly here. *Entities* Raffi's already introduced the concept of entities to you in a previous post:http://bit.ly/boHXYv You can now

[twitter-dev] Do i need to create an app

2010-05-27 Thread dan nenws
Hi all really sorry about bothering you with this, i just have a quick question to ask. i currently have a CMS that i have coded from scratch within this i have included a twitter intergration so when one of our people using the CMS adds an article it will post it directly to our twitter profile,

[twitter-dev] why am i not receiving the oauth_verifier in the callback parameters?

2010-05-27 Thread Ben
Hey all, I'm new to twitter development and am trying to get started. I'm currently using python and the oauth-python-twitter2 oauth client library and twitter api wrapper. My basic problem is when the user gets redirected back to my app after authorizing my app on twitter, I don't get back

[twitter-dev] Twitter O Auth get friends statuses

2010-05-27 Thread charles.bry...@refreshedmedia.com
Hi I have built an app where users login and send a tweet to their friends, I am retrieving a list of friends for them to choose from, but it is using up my rate limiter, is there any way to do this using the users rate limit?

[twitter-dev] Re: TWITTER BANS 3rd PARTY ADVERTISING

2010-05-27 Thread Mo
Taylor, I'm glad Twitter thought to do this, but it still doesn't explain as clearly as Ryan's post here about what's acceptable and what's not. Not Acceptable: Paid Tweets injected into any timeline on a service that leverages the Twitter API (other than Promoted Tweets). This applies to any

[twitter-dev] Twitter Search request failed. error 420

2010-05-27 Thread Karolis
Hello i was sending this request via php: status:http://search.twitter.com/ search.json?geocode=55.6762944,12.5681157,10mirpp=100 the reply i get is: 420 unused. failed to open stream: HTTP request failed! HTTP/1.1 Is this problem with my code or reliability of api?

Re: [twitter-dev] seems like something has changed - my application has stopped working

2010-05-27 Thread Taylor Singletary
Can you share some of your example queries? Are you able to capture the response of your failed requests? We made some changes recently to the Search API on how it handles complex queries. Previously, there was a simple limit of 140 characters in the query string -- now we computationally

[twitter-dev] Re: TwitterOAuth, two authentication calls, one works, one fails... why?

2010-05-27 Thread Jonathan Sachs
On 5/26/2010, Abraham Williams wrote: Are the scripts on the same server? Same version of PHP? Are they using the same accounts access tokens? Same consumer token? Yes, yes, yes, and yes. Since I posted, though, I figured out what the problem was. The second authentication _is_ working, but

[twitter-dev] Re: seems like something has changed - my application has stopped working

2010-05-27 Thread yousef
Hi Taylor, It were simple search queries, and I was unable to capture failed response. My application geocodes search results, when i changed distance units from miles to km it kinda worked but it was very glitchy. 2 hours ago when i checked everything worked fine, so I assume you guys must have

Re: [twitter-dev] Twitter Search request failed. error 420

2010-05-27 Thread Jonathan Reichhold
420 is a rate limit. The actual error message in the response does state this. Requesting things more than every 20 seconds will not help your results be any fresher. Jonathan On Thu, May 27, 2010 at 6:29 AM, Karolis pkaro...@gmail.com wrote: Hello i was sending this request via php:

[twitter-dev] OAuth UTF-8 issue

2010-05-27 Thread Alvaro Montoro
Hi, I follow the example at http://dev.twitter.com/pages/auth in order to authenticate and tweet and it works fine with their example: I tweet successfully the sentence setting up my twitter 私のさえずりを設定する. But then I try to tweet the just the sentence in plain English: setting up my twitter and it

Re: [twitter-dev] OAuth UTF-8 issue

2010-05-27 Thread Taylor Singletary
Can you share an example of what your signature base string looks like in the case of you sending the plain English tweet? There are some cases when we're under load where we're send a Cannot authenticate you error, but it doesn't look like that's what is going on here. Taylor Singletary

[twitter-dev] Re: Annotations Hackfest

2010-05-27 Thread Ryan Bell
Hey Matt, Any chance there will be a video cast of the event. Would love to attend, but in St. Louis :) Thanks, Ryan Gremln.com On May 26, 2:36 pm, themattharris thematthar...@twitter.com wrote: Hey everyone, This week the Twitter Engineering team announced they are running an annotation

[twitter-dev] Trends not currently supporting the callback parameter?

2010-05-27 Thread Steven
I have noticed a change with regards to the trends resource. for reference please check the following URLs 1) http://api.twitter.com/1/trends/current.json 2) http://api.twitter.com/1/trends/current.json?callback=foo 3) http://search.twitter.com/trends.json?callback=foo Currently, for me

[twitter-dev] Re: Twitter Search request failed. error 420

2010-05-27 Thread Jeffrey Greenberg
We are seeing 420 errors on our account right now, today when we have not seeing them before...We have a pause in our search cycle with Twitter that has been sufficient to not cause us to exceed our whitelist allocation. Have you revised downward the whitelist limits? We have been using this api

[twitter-dev] search.twitter.com 420 errors today when we did not get them before

2010-05-27 Thread Jeffrey Greenberg
We are seeing 420 errors on our account right now, today. We have not seen them hardly at all before... We have a pause in our search cycle with Twitter that has been sufficient to not cause us to exceed our whitelist allocation. Have you revised downward the whitelist limits in general or for

[twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-27 Thread themattharris
I've replied on the ticket but for the benefit of everyone here is the reply: Thanks. The entities in retweets will function for all retweets from now on. If you query a timeline which has retweets in it [1] you should find the entities are included and with the correct offsets. 1. twurl

[twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-27 Thread uprise78
Will unicode urls be punycoded? Are there any plans to extend this to all returned tweets (search for example)? It seems its usefulness is suspect until it is available across the board due to the fact that a parser will have to exist client side until that happens.

[twitter-dev] Re: Status 401 on Streaming filter API with OAuth

2010-05-27 Thread noki
Ah, This was know problem, wasn't this. Is there any place to check out know issues about APIs? -- Norio Suzuki

[twitter-dev] Widget Search problem

2010-05-27 Thread cfalar
Hi, I have a problem with the Search widget. If i go on this page http://twitter.com/goodies/widget_search and type #habs OR attaquea5 on the search input, i got no result. If i take a look at the get parameter the q value is #habs+OR attaquea5. Look like something add the + sign. It always do

[twitter-dev] Re: New opt-in API features available today, May 26th: entities, retweets in timelines, custom oauth_callback schemes

2010-05-27 Thread David Zuelke
On May 27, 8:56 pm, themattharris thematthar...@twitter.com wrote: I've replied on the ticket but for the benefit of everyone here is the reply: Thanks. The entities in retweets will function for all retweets from now on. If you query a timeline which has retweets in it [1] you should find

[twitter-dev] Social Graph Methods Page Size change?

2010-05-27 Thread Miles Parker
I'm noticing now that page for friends and followers (for arbitrary user ids) are returning 100 users, not 5,000 as I'm seeing in the API docs. Is it my imagination that this has changed just in the last couple of days?

Re: [twitter-dev] Re: Status 401 on Streaming filter API with OAuth

2010-05-27 Thread Mark McBride
Your report was definitely useful. I think it was reported here in two separate threads, but it's not like it was an issue that was known for days or weeks. In any case, this should be fixed on chirpstream now. We'll get the fix pushed out to stream.twitter.com soon. ---Mark

[twitter-dev] Search spam??

2010-05-27 Thread M. Edward (Ed) Borasky
I just noticed this today - may have been going on for a while, though. I'm logged in on twitter.com. I have a few saved searches for some friends - about four of them with different groups of friends. What's in the search term is, for example, screen name 1 OR screen name 2. The screen

[twitter-dev] Re: TWITTER BANS 3rd PARTY ADVERTISING

2010-05-27 Thread Dewald Pretorius
Mo, I think the word injected is causing the confusion. As I understand it it means: - I pull a list of tweets from the API into an array. - Before displaying the list to the user, I inject entries that look like tweets (but are actually entries I get paid to display) into that array. - Then I

[twitter-dev] Important Notice on Incorrect API Endpoints for Search, REST, OAuth (+ some general tips!)

2010-05-27 Thread Taylor Singletary
Hi Developers, A few quick points before I go into more detail: * For the Search API, you should *only* be using http://search.twitter.comto execute search requests. *Not* http://api.twitter.com/1/search or any other variation. * *Next week*, we plan to remove the erroneous, unsupported

[twitter-dev] About OAuth of Twitter

2010-05-27 Thread emagic
We use OAuth login in our application for a long time, but the links are sth. like: http://twitter.com/oauth/request_token;, and we just found the new one should be sth. like http://api.twitter.com/oauth/request_token;. It seems what we have now is OAuth 1.0A as mentioned in documents. We are

Re: [twitter-dev] About OAuth of Twitter

2010-05-27 Thread Taylor Singletary
You're safe to continue using the non-api-subdomain version of OAuth for awhile longer (it won't disappear on June 30th), but we recommend switching to using the api subdomain (and SSL!) pro-actively in the event we decide to be stricter here in the future. But we have no immediate plans to

[twitter-dev] Re: OAuth UTF-8 issue

2010-05-27 Thread Alvaro Montoro
Hi, thank you for the answer, this is an example of a sentence that works and is tweeted correctly: setting up my twitter 私のさえずりを設定する and now an example of a sentence that is not tweeted because of incorrect signature: setting up my twitter I find it interesting because it is a

[twitter-dev] Re: OAuth UTF-8 issue

2010-05-27 Thread Alvaro Montoro
Also, if I try to post something like: 私のさえずりを設定する, it works. In fact, if I try to post anything with a japanese character in it, the tweet will go through correctly.

[twitter-dev] Re: About OAuth of Twitter

2010-05-27 Thread emagic
Ok, I see. thank you for your reply. On May 27, 3:20 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: You're safe to continue using the non-api-subdomain version of OAuth for awhile longer (it won't disappear on June 30th), but we recommend switching to using the api subdomain (and

[twitter-dev] Re: TWITTER BANS 3rd PARTY ADVERTISING

2010-05-27 Thread Mo
Dewald, Thanks for the clarification. What you're saying makes sense and is in line with what Ryan was saying. I hope you're right. On May 27, 2:35 pm, Dewald Pretorius dpr...@gmail.com wrote: Mo, I think the word injected is causing the confusion. As I understand it it means: - I pull

[twitter-dev] OAuth questions (GET, Access Tokens)

2010-05-27 Thread MrIncognito
I am writing a desktop application to easily allow a user to manage multiple Twitter accounts (Such as for promotional purposes) and easily switch between them without having to manually log out, then log back in again. There are a lot of things not explained well with OAuth. 1. Can an

Re: [twitter-dev] OAuth questions (GET, Access Tokens)

2010-05-27 Thread Taylor Singletary
Hi, We're always working on making the documentation better and I can see how some of these aspects of OAuth would be difficult to grok when you're used to other means. One way I like to think about this is: Think of your HTTP request as an envelope. The URL is the address. Your consumer key and

[twitter-dev] Twitter Error codes/statements?

2010-05-27 Thread Michael Cameron
So i am writing my catch expressions for twitter when parsing the response from twitter is there any error codes or definite strings for certain reasons. example not following user, or other errors? Thank you!

[twitter-dev] Entities not working?

2010-05-27 Thread Ellsass
For most of the day I was getting the new entities just fine, but for the last hour or two my home_timeline XML request is met with the Something is technically wrong. page as the response. I am using PHP EpiTwitter. This works fine: $twitterInfo =

[twitter-dev] Re: OAuth questions (GET, Access Tokens)

2010-05-27 Thread MrIncognito
That answers all of my questions. Thank you very much! On May 27, 4:41 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi, We're always working on making the documentation better and I can see how some of these aspects of OAuth would be difficult to grok when you're used to other

[twitter-dev] Re: Important Notice on Incorrect API Endpoints for Search, REST, OAuth (+ some general tips!)

2010-05-27 Thread Mageuzi
Are you all aware of this bug? http://code.google.com/p/twitter-api/issues/detail?id=1154 We can't reliably use since_id for searches until this is fixed. On May 27, 6:12 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Developers, A few quick points before I go into more detail:

[twitter-dev] Re: users.lookup() pulls by friendship date

2010-05-27 Thread nischalshetty
So it's the same one that I was talking about. They haven't specified any sorting rules in the doc, are you sure about it? Before all that, I hope you know that the lookup API can be used to retrieve info about ANY twitter user. So it does not matter if that user is your friend. How will the

[twitter-dev] Re: Important Notice on Incorrect API Endpoints for Search, REST, OAuth (+ some general tips!)

2010-05-27 Thread janole
Hi Taylor, I've filed a bug report about using since_id with search 6 months ago after my client users complained about empty / no search results: http://bit.ly/since_id Is this bug fixed already? If not, how can we use since_id with the Search API so that it is giving us some results and not