Re: [twitter-dev] changing 'Via' and using HTTPS

2011-03-21 Thread Suresh Kumar
Thanks Suresh Kumar, ☎ +91-8800585016 ✉ sureshkumar1...@gmail.com My profiles: [image: Facebook] [image: LinkedIn] [image: Twitter] Contact me: [image: Googl

Re: [twitter-dev] users/lookup returns duplicates, missing records for valid users

2011-03-21 Thread Nischal Shetty
Anything on this? It's been quite some time and user lookup I believe would be used by a lot of apps. -N On 16 March 2011 05:46, Taylor Singletary wrote: > Still working on it, unfortunately. No ETA for a fix yet. I know it's an > aggravating bug for anyone who runs into it. Thanks for being pat

Re: [twitter-dev] More interesting behavior with /users/show

2011-03-21 Thread Dossy Shiobara
Just in case folks were wondering, it's still happening for some user IDs for both XML *and* JSON, like: http://api.twitter.com/1/users/show.xml?user_id=39565468 http://api.twitter.com/1/users/show.json?user_id=39565468 Both return blank responses. On 3/21/11 11:18 PM, Dossy Shiobara wrote:

[twitter-dev] More interesting behavior with /users/show

2011-03-21 Thread Dossy Shiobara
XML returns empty response, but JSON response has data: http://api.twitter.com/1/users/show.xml?user_id=55441608 http://api.twitter.com/1/users/show.json?user_id=55441608 http://twitter.com/toadschorusnews Any ideas when this will be working consistently for all user IDs, yet? -- Dossy Shiobar

Re: [twitter-dev] Re: Search API rate limit change?

2011-03-21 Thread Matt Harris
In many cases we are forced to change the rate limits in response to a significant increase in requests, which means it isn't always possible to give advanced notice of rate limit changes. For some of you it sounds like your code that handles rate limiting didn't react appropriately. When receivin

Re: [twitter-dev] changing 'Via' and using HTTPS

2011-03-21 Thread Matt Harris
Hi Suresh, The text that appears after the 'via' in a Tweet is read from your application details. The name of the application and it's URL are specified when you create an application on: http://dev.twitter.com/apps/new The application source does not support images, only text can be used.

Re: [twitter-dev] trends available in Malaysia?

2011-03-21 Thread Matt Harris
Hey Jimmy, You can find a list of the available trends locations by calling the API method trends/available. More information on this method can be found on our developer resources site: http://dev.twitter.com/doc/get/trends/available Best, @themattharris Developer Advocate, Twitter http://tw

Re: [twitter-dev] Re: User Search

2011-03-21 Thread Matt Harris
Hi Arnaud, Did you authenticate your request with OAuth? The API method users/search requires authentication to work. users/show doesn't which is why you may find one worked while the other one didn't. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Mar

[twitter-dev] Re: In search of an honest developer who might be able to help me manifest my ideas

2011-03-21 Thread Bess
I think it is a great idea. It's just another data visualization on Twitter using 2D animation. I like Justin Bieber as an artist. He has 8M twitter followers. On Mar 21, 6:37 am, Chase Armbrust wrote: > But would prefer to speak via direct email rather than in a forum. > > Basically, I would lik

Re: [twitter-dev] Re: hyphens at the end of shortned urls

2011-03-21 Thread Taylor Singletary
Don't have a rough ETA unfortunately; if it's important to you that your links are clickable by default on Twitter.com, then you may want to temporarily adjust your URL's format. @episod - Taylor Singletary - Twitter Developer Advocate On Mon, Mar 21, 2011 at 10:39 AM

[twitter-dev] Re: Requesting increased access levels for Streaming API

2011-03-21 Thread nevinera
Those 350 requests per user per hour - that's just to the REST api, not the search api? Is there any comparable usage for the search api? We have an app that regularly runs a specific searches for users, performs some significant analysis on them, and gives them the results of that analysis. We bu

Re: [twitter-dev] Rate limit HTTP responses

2011-03-21 Thread hax0rsteve
Thanks Taylor, that's the info I need :) hax0rsteve On 21 Mar 2011, at 18:57, Taylor Singletary wrote: > Hi there Steve, > > As you've noticed, Search API rate limiting is applied and handled quite > differently from the rest of the REST API. In the case of Search, when > everything is ope

Re: [twitter-dev] Rate limit HTTP responses

2011-03-21 Thread Taylor Singletary
Hi there Steve, As you've noticed, Search API rate limiting is applied and handled quite differently from the rest of the REST API. In the case of Search, when everything is operating under typical conditions, a Retry-After HTTP header will be sent to you (not an X-Retry-Header) -- the value of t

Re: [twitter-dev] Rate limit HTTP responses

2011-03-21 Thread hax0rsteve
No one ? On 20 Mar 2011, at 17:43, hax0rsteve wrote: > > > Hi all, > > A question w/r/t HTTP responses when rate limiting is applied, which I'm > hoping > some kind soul will answer before I start hammering away at the API in > careless > experimentation : > > 420 Enhance Your Calm > >

[twitter-dev] Re: hyphens at the end of shortned urls

2011-03-21 Thread roliver
Taylor, Thanks for checking on this. I hate asking, but can you give me a rough ETA on when this might be corrected and if it will apply to already posted updates? Reason I ask is because if it is going to take weeks I'll need to put in a temporary fix on the AWeber side. Thanks again Rodney

Re: [twitter-dev] "401 Not Authorized" in API OAuth PHP authorization

2011-03-21 Thread @matheuseduardo
I'm doing another try.. and this time I trying with "Wootter" that is a twitter opensource "client" . Then I've downloaded and just change the keys in config.php. In Demo serveris right w

Re: [twitter-dev] "401 Not Authorized" in API OAuth PHP authorization

2011-03-21 Thread @matheuseduardo
just a question: for request, the time need to be GMT 0? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this

Re: [twitter-dev] Re: Search API: Can the geocode param only give me lat/long results?

2011-03-21 Thread Taylor Singletary
Hi Stu, If you need to use the search API for this, you'll need to tolerate the greedy-matching on the profile location field, by discarding the results uninteresting for your purposes (those tweets with no explicit geotagging). Taylor On Mon, Mar 21, 2011 at 9:15 AM, Stu wrote: > Hi Augusto,

[twitter-dev] Re: Search API: Can the geocode param only give me lat/long results?

2011-03-21 Thread Stu
Hi Augusto, Thanks for your reply. The problem with the Streaming API is that I'd have to have set some database app listening to the stream for the past few years to be able to get all the data (especially for remote locations). I also don't know where my users are going to be, so I don't have t

Re: [twitter-dev] Search API: Can the geocode param only give me lat/long results?

2011-03-21 Thread Augusto Santos
Streaming API will give what you need through locations method. http://dev.twitter.com/pages/streaming_api_methods#locations On Mon, Mar 21, 2011 at 12:22 PM, Stu wrote: > Hi, > I have a pre-question before my question. With the search API's > geocode based search, if it falls back on the user'

Re: [twitter-dev] Need to integrate Twitter Authentication in my web application

2011-03-21 Thread hax0rsteve
Sorry, that should have read : you are going to have to ask the user for them yourself in your application. On 21 Mar 2011, at 15:48, hax0rsteve wrote: > you are going to have the user > for them yourself in your application. -- Twitter developer documentation and resources: http://dev.twitte

Re: [twitter-dev] Need to integrate Twitter Authentication in my web application

2011-03-21 Thread hax0rsteve
Hi Manish, As far as I know, the Twitter API does not provide any method to get the user's email, and as far as first and last name you will have to rely on the "name" field of the "user" entity. This may or (more likely) may not contain the information you are looking for. You can see a list

Re: [twitter-dev] hyphens at the end of shortned urls

2011-03-21 Thread Taylor Singletary
Hi there, We'll look into this issue; I'm unsure if the non-linkifying of URLs ending with a dash was intentional or not, but likely was not. To answer your latter question, tweet entities cannot be written to/suggested at time of tweet creation unfortunately. Thanks, Taylor @episod

[twitter-dev] Search API: Can the geocode param only give me lat/long results?

2011-03-21 Thread Stu
Hi, I have a pre-question before my question. With the search API's geocode based search, if it falls back on the user's profile information does it use GPS positions in their profile or some location such as 'London'. The problem is that I need much greater precision than that. Thus, if I perfo

[twitter-dev] hyphens at the end of shortned urls

2011-03-21 Thread roliver
I work for AWeber Communications in Huntingdon Valley PA. We provide email marketing solutions for small to medium sized businesses and have 100,000+ active customers. We utilize the Twitter API to allow a customer to automatically post status updates to their twitter account when they send out a

[twitter-dev] Re: 401 unauthorized

2011-03-21 Thread akiyoshi
Ok, here's what I've got so far in my development machine: All requests to: https://api.twitter.com/oauth/ I'm using Twitterizer OAuth library. All testing was done trying to authenticate the same user. Request Token -> Access Token response headers: Local Machine Time: 21/03/2011 - 11:24 a.m (-

[twitter-dev] Re: Search API rate limit change?

2011-03-21 Thread Colin Surprenant
By adjusting the rate limits to reduce the stress on your search api without notice you have significantly increased the stress level on our end :P Seriously, advanced notice of the situation would have been welcome. In particular what created lots of confusion on our end is that even after pausin

RE: [twitter-dev] Re: 401 unauthorized

2011-03-21 Thread Tatham Oddie
Hi Taylor, I’m using the TweetSharp library. Here are my requests… Getting the request token works: UTC now: 21/03/2011 2:15:44 PM https://api.twitter.com/oauth/request_token GET /oauth/request_token HTTP/1.1 Authorization: OAuth oauth_callback="...",oauth_co

Re: [twitter-dev] Re: 401 unauthorized

2011-03-21 Thread Taylor Singletary
If you're experiencing this issue, can you please provide these additional details: * are the OAuth URLs you are using http or https? * do your OAuth URLs contain the api subdomain? (you really should be if you aren't) * what OAuth library (if any) are you using to sign your requests? * If

[twitter-dev] In search of an honest developer who might be able to help me manifest my ideas

2011-03-21 Thread Chase Armbrust
But would prefer to speak via direct email rather than in a forum. Basically, I would like to create an application that adds RPG elements (leveling up, accomplishments, avatar-personalization) to the twitter experience. An example, hopefully enough to form the idea in the readers head. User ope

[twitter-dev] Re: Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread sangeeta
>Thankyou very much On Mar 21, 6:22 pm, CWorster wrote: > 2011/3/21 sangeeta : > > >>This api is in tweet resources > > Of course, thanks. The parameter must be an ID of a status, not an users ID. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitt

Re: [twitter-dev] Re: 401 unauthorized

2011-03-21 Thread Taylor Singletary
Thanks everyone for the detailed information in these reports; they'll help a lot while we track down the issue. Will update this thread when we know more. @episod - Taylor Singletary - Twitter Developer Advocate On Mon, Mar 21, 2011 at 6:03 AM, Tatham Oddie wrote:

Re: [twitter-dev] Re: Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread CWorster
2011/3/21 sangeeta : >>This api is in tweet resources Of course, thanks. The parameter must be an ID of a status, not an users ID. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http

[twitter-dev] Re: 401 unauthorized

2011-03-21 Thread Tatham Oddie
Please go and star this issue: http://code.google.com/p/twitter-api/issues/detail?id=2118 On Mar 19, 11:47 pm, Trevor Dean wrote: > Is anyone else experiencing any 401 errors all of a sudden?  I was doing > some testing this morning and was logging in fine using twitter and then 10 > min later I

[twitter-dev] Custom URL Schemes on iphone with OAuth

2011-03-21 Thread John Wu
After sending the user to safari to authorize, i get sent to mobile.twitter.com as opposed to my custom url scheme (something like myapp://). prior to authorizing, I did receive oauth_callback_confirmed=true. I've tried using a normal link like http://www.teamliquid.net, which works fine. Is there

[twitter-dev] Re: 401 unauthorized

2011-03-21 Thread Tatham Oddie
I'm getting this same behaviour on http://ivebeen.to If I wait about 30 seconds before trying to convert the request token to an access token, it all works fine. This happens on both my local machine and on the deployed website - two distinct machines in different locations, timezones, etc. Both

[twitter-dev] Need to integrate Twitter Authentication in my web application

2011-03-21 Thread Manish Sadhwani
Hi I am having a web application in .net (3.5) and SQL Server. I need to add twitter authentication in my application in which, user is authenticated at twitter with his username and password, and if authenticated, i will be able to get email, firstname and lastname of that twitter user. I have i

[twitter-dev] changing 'Via' and using HTTPS

2011-03-21 Thread Suresh Kumar
Dear Twitter Development Group, I have the following queries: 1. How can i change the "via" option. E.g. Want to use "via 'x' operator" 2. Is it possible to have an image (of 'x' operator) along with "via 'x' operator" message 3. Is it possible to use HTTPS rather than going for HTTP Regrads, Sur

Re: [twitter-dev] Re: Search API rate limit change?

2011-03-21 Thread Jeffrey Greenberg
Taylor, Yeah this was definitely NOT good.In the past, when there is a service disruption, your api group would post something on your status page and tweet about it... Instead, I'm finding out about this from my customers... Did y'all tweet about this or present this somewhere where I could f

[twitter-dev] Re: Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread sangeeta
>This api is in tweet resources On Mar 21, 5:23 pm, CWorster wrote: > 2011/3/21 sangeeta : > > > > > Hello, > > > Actually i tried with > >https://api.twitter.com/1/statuses/show/268146346.xml > > > where 268146346 is one of my friend id > > > even then i am getting the same 404 error(operation c

Re: [twitter-dev] Re: Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread CWorster
2011/3/21 sangeeta : > > Hello, > > Actually i tried with > https://api.twitter.com/1/statuses/show/268146346.xml > > where 268146346 is one of my friend id > > even then i am getting the same 404 error(operation could not be > completed) > > Pliz help me.. Hi, "statuses/show"? I can't find that

Re: [twitter-dev] Re: 401 unauthorized

2011-03-21 Thread Trevor Dean
Yup, totally stopped working for me as well and my scenario is the same as Joe's too. Any status updates on this issue? On Sun, Mar 20, 2011 at 2:09 PM, akiyoshi wrote: > Well it stopped working for me as well. My scenario was the same as > Joe Mayo's till yesterday. > > On 20 mar, 13:21, Ninja

[twitter-dev] Re: Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread sangeeta
Hello, Actually i tried with https://api.twitter.com/1/statuses/show/268146346.xml where 268146346 is one of my friend id even then i am getting the same 404 error(operation could not be completed) Pliz help me.. On Mar 21, 3:40 pm, Georgooty varghese wrote: > could u please describe your

Re: [twitter-dev] Topics trending nearby!

2011-03-21 Thread twitter dev
I'm using http://api.twitter.com/1/trends/available.json to get the nearest topic trending area, and getting the list of topics trending. Now I need at least 1-2 tweets for each topic ? How do get it ? Do I need to call 10 API's 1 for each topic ? Thank you. -dev On Tue, Feb 1, 2011 at 2:57 AM,

Re: [twitter-dev] trends available in Malaysia?

2011-03-21 Thread twitter dev
Twitter supports topics trending only for 41 locations. list of locations available @ http://apiwiki.twitter.com/w/page/22554752/Twitter-REST-API-Method:-trends-available On Sun, Mar 13, 2011 at 9:45 PM, Jimmy Au wrote: > The following lat long is in Malaysia but the return result is not in > m

Re: [twitter-dev] Re: OAuth without read or write access

2011-03-21 Thread Tom Gibara
Thanks for the confirmation. I guess I'll have to rely on informing the user as you suggest. It looks like a gap in the API to me, there must be plenty of websites out there that might want to confirm a user's identity with their twitter account, without wanting access to their tweets. Tom. On 2

Re: [twitter-dev] Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread Georgooty varghese
could u please describe your issue in detailed.. On Mon, Mar 21, 2011 at 3:50 PM, sangeeta wrote: > Hello > > I am getting this Error: Operation could not be completed. (HTTP error > 404.) when using the > /status/show.xml api. > > My url is like this- > https://api.twitter.com/statuses/show/26

[twitter-dev] Re: OAuth without read or write access

2011-03-21 Thread Ninjamonk
yes it would, I think people are more worried about the ability to write than read. You could just put up a message saying this is only being used for sign in and we will not read your stream. On Mar 20, 9:06 pm, Tom Gibara wrote: > Searching for "sign in with twitter" pointed me to: > > http://

[twitter-dev] Error: Operation could not be completed. (HTTP error 404.)

2011-03-21 Thread sangeeta
Hello I am getting this Error: Operation could not be completed. (HTTP error 404.) when using the /status/show.xml api. My url is like this- https://api.twitter.com/statuses/show/268146346.xml Can anybody pliz help me. Thanking you in advance. -- Twitter developer documentation and resources:

[twitter-dev] Re: User Search

2011-03-21 Thread arnaud
no one knows what's wrong ? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.googl