[twitter-dev] Re: Read only @anywhere application bug fix

2010-04-18 Thread maskin
I can't find a label which is named „Default Access type“ please see my screenshot:http://cl.ly/T1C Please go to : http://twitter.com/oauth_clients //@maskin On 4月17日, 午後4:37, @keeev k.niederm...@gmail.com wrote: following these steps: 1) Go to:http://twitter.com/oauth 2) Click on

[twitter-dev] local trends api trends/available not working

2010-04-18 Thread rakf1
local trends api trends/available is no longer working, it was working fine until recently. I'm using this in my iPhone app iTrends. Below is the API call and the response I'm getting. http://api.twitter.com/1/trends/available.json {request:/1/trends/available.json,error:Sorry, you do not have

[twitter-dev] Multiple Account creation

2010-04-18 Thread Dinho
Hi there, I'm a little confused about the number of accounts that is allowed. Searching through this group, the web and reading the Twitter EULA it seems just a few are allowed. However in these threads

[twitter-dev] Re: Do the twttr.anywhere.tweetBox() boxes actually post tweets for anyone?

2010-04-18 Thread Jon
so, they work for you? Because, after the twitter guys posted about the default read-only settings, I changed my app to rw, regenerated the key and still can't get it to post a tweet. The examples still don't post to my feed either. On Apr 17, 3:28 pm, Abraham Williams 4bra...@gmail.com wrote:

Re: [twitter-dev] @anywhere testing from local development machine

2010-04-18 Thread Cody Swann
modify your host file On 4/17/10 1:25 PM, Furkan Kuru wrote: Hello, I'd like to test the @anywhere integration to my existing web site on my local test-machine. Is there a way to set the redirection url to localhost? -- Furkan Kuru -- Subscription settings:

[twitter-dev] Get user profile pic by name, unauthenticated?

2010-04-18 Thread WBC
Hello all, please forgive a newbie here. I would like to accomplish one simple task as described in the title: get the URL of a user profile picture by user name, in the context of a Mac application. At this time (and in the foreseeable future) I have no interest in doing more with the API(s).

[twitter-dev] Put source info

2010-04-18 Thread Souzinha
How can i put the source info when i post a twit by the REST API? My test with fiddler didnt work... the source of the twit has the value of web in my twitter status POST URL: http://api.twitter.com/1/statuses/update.xml POST BODY: status=Hello Worldsource=xpto tks in advance for the help!

[twitter-dev] Re: @anywhere testing from local development machine

2010-04-18 Thread tux_advocate_hpu
Yes, you need to give your machine a real domain name in your /etc/ hosts file. It doesn't have to really resolve in the real world, but javascript calls running inside your browser need to find your local machine by that domain name. I made-up a subdomain of an existing domain that I control.

[twitter-dev] Problem with JSON

2010-04-18 Thread Carl Knott
I have developed an iPhone app that connects to the streaming API the app was running correctly for 2 months but since yesterday it has not! I can still receive a response from the stream but now I can not parse the JSON correctly... My parser believes that the stream is incorrectly

[twitter-dev] Annotations Discussion Group: twitter-meta

2010-04-18 Thread Michael Bleigh
I've started a new discussion group around Twitter Annotations so that there's a place for the community to begin to discuss the possibilities of the new API feature coming down the pike. I've started it with a couple ideas for some schemas, but there's lots to discuss! If you're interested in

Re: [twitter-dev] Put source info

2010-04-18 Thread Raffi Krikorian
you have to use oauth to set the source parameter. On Sat, Apr 17, 2010 at 8:52 PM, Souzinha fabionevesdeso...@gmail.comwrote: How can i put the source info when i post a twit by the REST API? My test with fiddler didnt work... the source of the twit has the value of web in my twitter status

Re: [twitter-dev] local trends api trends/available not working

2010-04-18 Thread Raffi Krikorian
the error that we are returning is unfortunate, but -- http://status.twitter.com/post/516695583/local-trends-disabled -- local trends have been temporarily disabled. On Sat, Apr 17, 2010 at 10:52 PM, rakf1 kris...@gmail.com wrote: local trends api trends/available is no longer working, it was

Re: [twitter-dev] Get user profile pic by name, unauthenticated?

2010-04-18 Thread Raffi Krikorian
e.g. http://api.twitter.com/1/users/profile_image/raffi On Sat, Apr 17, 2010 at 9:41 PM, WBC wooden.brain.conce...@gmail.comwrote: Hello all, please forgive a newbie here. I would like to accomplish one simple task as described in the title: get the URL of a user profile picture by user

Re: [twitter-dev] Re: Promoted Tweets and the API?

2010-04-18 Thread Raffi Krikorian
Do you know if those of us making small uses of the API (for example, most of our site runs off of the API, but we aren't an application in the sense that we perform actions on behalf of users via the API) have to register at dev. to be able to avoid being automatically opted in at some

Re: [twitter-dev] Re: Promoted Tweets and the API?

2010-04-18 Thread Cameron Kaiser
its too early to know answers to either of these questions -- the promoted tweets program just started, and i suspect it will be a few months before we get to the syndication phase of the program. All I want at this point in the Promoted Tweets development cycle is the ability to

Re: [twitter-dev] Re: Promoted Tweets and the API?

2010-04-18 Thread M. Edward (Ed) Borasky
On 04/18/2010 10:57 AM, Cameron Kaiser wrote: its too early to know answers to either of these questions -- the promoted tweets program just started, and i suspect it will be a few months before we get to the syndication phase of the program. All I want at this point in the Promoted Tweets

Re: [twitter-dev] Re: Promoted Tweets and the API?

2010-04-18 Thread Cameron Kaiser
Anyone from Twitter want to comment? It's starting to look to me like Promoted Tweets is being done outside the API for now. TTBOMK promotweets *are* outside of the API (there is no syndication), but I would like to know about the proposed methods for marking them so that they can already be

RE: [twitter-dev] @anywhere testing from local development machine

2010-04-18 Thread Tim Marman
Or you can create a real DNS record that points to 127.0.0.1 - I actually do this for one of my domains so me and all devs are pointing at the same DNS name for local development (and do some conditional config with that). -Original Message- From:

Re: [twitter-dev] Re: @anywhere Drupal and WordPress Plugins?

2010-04-18 Thread M. Edward (Ed) Borasky
On 04/16/2010 03:11 PM, Pelechati wrote: You can visit http://apture.com/plugin for a wordpress/drupal plugin for @anywhere functionality. Apture has been serving up @anywhere behavior for over a year in a single line of javascript. Looks great! I have a good friend who's an Apture fanatic.

Re: [twitter-dev] Re: @anywhere Drupal and WordPress Plugins?

2010-04-18 Thread Abraham Williams
My Drupal module has been published as well: http://drupal.org/project/anywhere http://drupal.org/project/anywhereAbaham On Sun, Apr 18, 2010 at 11:24, M. Edward (Ed) Borasky zn...@comcast.netwrote: On 04/16/2010 03:11 PM, Pelechati wrote: You can visit http://apture.com/plugin for a

Re: [twitter-dev] Re: Do the twttr.anywhere.tweetBox() boxes actually post tweets for anyone?

2010-04-18 Thread Abraham Williams
Yes it works for me. See http://twitter.com/abraham/status/12411336409 just posted from http://anywhere.drup.al/. You may have to clear your cookies and revoke access to your application first. Abraham On Sat, Apr 17, 2010 at 21:30, Jon j...@jgubman.com wrote: so, they work for you? Because,

Re: [twitter-dev] Re: Promoted Tweets and the API?

2010-04-18 Thread Raffi Krikorian
i'm fairly positive we'll be doing that - just like how you can see in the web UI right now a clear marking that the tweet has been promoted. On Sun, Apr 18, 2010 at 10:46 AM, M. Edward (Ed) Borasky zn...@comcast.netwrote: On 04/18/2010 05:53 AM, Raffi Krikorian wrote: Do you know if those

Re: [twitter-dev] Re: Promoted Tweets and the API?

2010-04-18 Thread Raffi Krikorian
it was stated fairly clearly and plainly by @dickc at @chirp that promoted tweets would be iterated upon inside the web view first. there is going to be a second and third phase of the program -- one of which involves syndication (i.e. have promoted tweets appear in the API). On Sun, Apr 18, 2010

Re: [twitter-dev] Re: Promoted Tweets and the API?

2010-04-18 Thread Raffi Krikorian
we don't know yet - when we do, we'll be giving far advance notice in the form of a developer preview, and probably even in bigger ways. On Sun, Apr 18, 2010 at 11:21 AM, Cameron Kaiser spec...@floodgap.comwrote: Anyone from Twitter want to comment? It's starting to look to me like Promoted

Re: [twitter-dev] account/verify_credentials rate limited

2010-04-18 Thread Harshad RJ
Would be thankful for any answers to my queries. Especially, the exact error code when rate-limit is breached. (I can't find it in the documentation, and I don't want to create a dummy user and write a dummy script to find out in practice) On Fri, Apr 16, 2010 at 7:11 PM, Harshad RJ

Re: [twitter-dev] Re: @anywhere Drupal and WordPress Plugins?

2010-04-18 Thread M. Edward (Ed) Borasky
On 04/18/2010 11:28 AM, Abraham Williams wrote: My Drupal module has been published as well: http://drupal.org/project/anywhere http://drupal.org/project/anywhereAbaham Have you tweeted that? If not, please do so and I'll retweet it (and post a Facebook link too, for those still using such

Re: [twitter-dev] account/verify_credentials rate limited

2010-04-18 Thread Raffi Krikorian
we will return a 400 error code -- however, 400 is fairly overloaded. all twitter applications should monitor the http response headers as that gives fairly specific information on how many calls are left, etc. On Sun, Apr 18, 2010 at 12:18 PM, Harshad RJ harshad...@gmail.com wrote: Would be

Re: [twitter-dev] Re: @anywhere Drupal and WordPress Plugins?

2010-04-18 Thread Abraham Williams
Yes I have :) https://twitter.com/abraham/status/12411336409 On Sun, Apr 18, 2010 at 12:32, M. Edward (Ed) Borasky zn...@comcast.netwrote: On 04/18/2010 11:28 AM, Abraham Williams wrote: My Drupal module has been published as well: http://drupal.org/project/anywhere

[twitter-dev] Re: Do the twttr.anywhere.tweetBox() boxes actually post tweets for anyone?

2010-04-18 Thread Pau Gay
It didn't work for me ... And you guys? (apart from Abraham) On 18 abr, 20:39, Abraham Williams 4bra...@gmail.com wrote: Yes it works for me. Seehttp://twitter.com/abraham/status/12411336409just posted fromhttp://anywhere.drup.al/. You may have to clear your cookies and revoke access to your

Re: [twitter-dev] Problem with JSON

2010-04-18 Thread John Kalucki
If you can store the offending JSON and then run it through a JSON verifier to see if it's malformed, that'd be great. Please post the offending JSON and the error. Otherwise, if there is a case where disambiguation is impossible, please give examples of the two messages types that cannot be

[twitter-dev] Re: Get user profile pic by name, unauthenticated?

2010-04-18 Thread WBC
Thanks Raffi... I knew there had to be something more simple! Is there a way to get the bigger image? I can parse the HTML and just replace _normal with _bigger of course... Anyway, cheers. On Apr 18, 8:50 am, Raffi Krikorian ra...@twitter.com wrote:

Re: [twitter-dev] Re: Get user profile pic by name, unauthenticated?

2010-04-18 Thread Raffi Krikorian
http://api.twitter.com/1/users/profile_image/raffi?size=bigger we will document this endpoint this week. On Sun, Apr 18, 2010 at 1:34 PM, WBC wooden.brain.conce...@gmail.comwrote: Thanks Raffi... I knew there had to be something more simple! Is there a way to get the bigger image? I can

Re: [twitter-dev] Re: Get user profile pic by name, unauthenticated?

2010-04-18 Thread Cameron Kaiser
http://api.twitter.com/1/users/profile_image/raffi?size=bigger we will document this endpoint this week. Fabulous! -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com -- Twenty-four

Re: [twitter-dev] Twitter Archive - Looking for an API...

2010-04-18 Thread John Kalucki
The LOC will not provide programmatic access to the archive of a type that you seek. At the moment we do not have a solution for this common request. We're waiting on a major infrastructure upgrade before we can prioritize this request among all other priorities. -John Kalucki

Re: [twitter-dev] Re: Get user profile pic by name, unauthenticated?

2010-04-18 Thread Raffi Krikorian
yeah - sorry about not documenting this earlier. were too busy losing our voices at chirp. On Sun, Apr 18, 2010 at 1:44 PM, Cameron Kaiser spec...@floodgap.comwrote: http://api.twitter.com/1/users/profile_image/raffi?size=bigger we will document this endpoint this week. Fabulous! --

Re: [twitter-dev] Streaming API track vs. Search results

2010-04-18 Thread John Kalucki
Also ensure that your client is logging the raw data as received from the socket. Sometimes this will narrows an issue down to a parsing or similar error in the client. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Fri, Apr 16, 2010 at 9:01 AM, Mark McBride

Re: [twitter-dev] Twitter Archive - Looking for an API...

2010-04-18 Thread M. Edward (Ed) Borasky
On 04/18/2010 01:48 PM, John Kalucki wrote: The LOC will not provide programmatic access to the archive of a type that you seek. At the moment we do not have a solution for this common request. We're waiting on a major infrastructure upgrade before we can prioritize this request among all

Re: [twitter-dev] Re: Get user profile pic by name, unauthenticated?

2010-04-18 Thread Abraham Williams
Mini, normal, and bigger are work but what about original? Abraham On Sun, Apr 18, 2010 at 13:37, Raffi Krikorian ra...@twitter.com wrote: http://api.twitter.com/1/users/profile_image/raffi?size=bigger we will document this endpoint this week. On Sun, Apr 18, 2010 at 1:34 PM, WBC

Re: [twitter-dev] Re: Get user profile pic by name, unauthenticated?

2010-04-18 Thread Raffi Krikorian
we don't support the original in this endpoint - just the three that you listed. On Sun, Apr 18, 2010 at 3:33 PM, Abraham Williams 4bra...@gmail.com wrote: Mini, normal, and bigger are work but what about original? Abraham On Sun, Apr 18, 2010 at 13:37, Raffi Krikorian ra...@twitter.com

Re: [twitter-dev] Twitter Archive - Looking for an API...

2010-04-18 Thread Abraham Williams
What gave you the impression that Google was connected to LOC's archive? As far as I can tell the two archive programs are seperate and Google's data is only available from when they started getting the firehose. Abraham On Sun, Apr 18, 2010 at 14:11, M. Edward (Ed) Borasky

Re: [twitter-dev] Twitter Archive - Looking for an API...

2010-04-18 Thread M. Edward (Ed) Borasky
On 04/18/2010 03:40 PM, Abraham Williams wrote: What gave you the impression that Google was connected to LOC's archive? As far as I can tell the two archive programs are seperate and Google's data is only available from when they started getting the firehose. Abraham I'll have to go

[twitter-dev] Privacy issues with the proposed annotations feature

2010-04-18 Thread Brian Smith
Right now the web UI exposes every piece of metadata in a tweet to end-users. That is, an end-user can use twitter.com to check the complete contents of tweet sent by an application. I didn't see anything in the proposals regarding the annotation feature that says that users will be able to see

Re: [twitter-dev] Redirecting to a user's profile

2010-04-18 Thread Berto
Correct. But it won't show protected profiles because the user is not logged in. I'd like a way to log in the user before taking them to that link so they don't have to go through the hassle of signing in just to see the profile of a person they're already friends with. Some api endpoint I could

Re: [twitter-dev] Privacy issues with the proposed annotations feature

2010-04-18 Thread Raffi Krikorian
Right now the web UI exposes every piece of metadata in a tweet to end-users. That is, an end-user can use twitter.com to check the complete contents of tweet sent by an application. I didn’t see anything in the proposals regarding the annotation feature that says that users will be able to

Re: [twitter-dev] Redirecting to a user's profile

2010-04-18 Thread Abraham Williams
No it is not possible. They will have to log in themselves. On Sun, Apr 18, 2010 at 16:47, Berto mstbe...@gmail.com wrote: Correct. But it won't show protected profiles because the user is not logged in. I'd like a way to log in the user before taking them to that link so they don't have to

Re: [twitter-dev] Re: Do the twttr.anywhere.tweetBox() boxes actually post tweets for anyone?

2010-04-18 Thread Abraham Williams
Trouble shooting the TweetBox not posting. 1) Check that your application has Read and Write as the Default access type. If not edit your application so it does. https://twitter.com/apps 2) Check that your access token for said application has read and write access. If not revoke access and

[twitter-dev] Re: Read only @anywhere application bug fix

2010-04-18 Thread @iStylesMK
5) Change the Default Access type to Read Write It's not working for us either despite the change to R/W. App key 4hIZQHIItgc3IrCKyqsjQ and testing on http://www.istyles.com/index_test.php The follow button and tweet box loads fine but the actions do not (eg, does not follow, does not tweet).

Re: [twitter-dev] Re: Read only @anywhere application bug fix

2010-04-18 Thread Abraham Williams
I just followed @iStylesdotcom no problem through your test page. Follow my troubleshooting info: http://groups.google.com/group/twitter-development-talk/msg/080bdd99661b9b43 If it still does not work let us know your browser specifics. Abraham On Sun, Apr 18, 2010 at 18:40, @iStylesMK

Re: [twitter-dev] Anybody else seeing Unable to locate you. Try again ??

2010-04-18 Thread Andrew Badera
Location has never worked for me in Win7 x64+Chrome (dev channel). ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Sun, Apr 18, 2010 at 9:57 PM, Abraham Williams

Re: [twitter-dev] Anybody else seeing Unable to locate you. Try again ??

2010-04-18 Thread Raffi Krikorian
i use safari + gears on OS X and it works for me. i think its only very recent that chromium under OS X supports it. On Sun, Apr 18, 2010 at 6:57 PM, Abraham Williams 4bra...@gmail.com wrote: Location used to work on the Windows beta of Chrome but stopped a week or two ago for me. It has

Re: [twitter-dev] Anybody else seeing Unable to locate you. Try again ??

2010-04-18 Thread Abraham Williams
Chrome for OSX and Linux doesn't support Gears and never will so until Twitter supports the HTML5 Geo spec... 2010/4/18 Raffi Krikorian ra...@twitter.com i use safari + gears on OS X and it works for me. i think its only very recent that chromium under OS X supports it. On Sun, Apr 18,

[twitter-dev] Re: Read only @anywhere application bug fix

2010-04-18 Thread @iStylesMK
Thanks, I just tested it with @iStylesMK and it worked! I was previously testing with an account with protected tweets and that did not work. I ran another test just to be sure and protected accounts (or at least, my protected account) did not work but a public account (eg @iStylesMK) worked

Re: [twitter-dev] Re: Get user profile pic by name, unauthenticated?

2010-04-18 Thread Shannon Whitley
This has to be the softest launch ever, especially for such an important feature (three years in-the-making). You're saving me time, aggravation, and money. Thank you! Are there any limitations? I've been using it for a few weeks and it seems stable. -- Subscription settings:

Re: [twitter-dev] Anybody else seeing Unable to locate you. Try again ??

2010-04-18 Thread M. Edward (Ed) Borasky
Well, it seems we have enough does work and doesn't work cases to justify me taking some Wireshark traces and trying to debug my usage, especially if Firefox 3.6.3 is still working on wireless in Windows and failing in wireless on openSUSE 11.2. What should I be looking for in the traces? On

Re: [twitter-dev] Early look at Annotations

2010-04-18 Thread Aral Balkan
I like that annotations will be open so that the various schema can live/die organically based on client adoption (or lack thereof) rather than an artificially-emposed constraint. I outlined some of my ideas for annotations (or Twitterformats, as I called them) at the end of last year at

Re: [twitter-dev] Anybody else seeing Unable to locate you. Try again ??

2010-04-18 Thread Abraham Williams
I seem to recall hearing Gears doesn't work on Fx 3.6. I don't remember if it was only OSX/Linux or all platforms. Abraham On Sun, Apr 18, 2010 at 21:44, M. Edward (Ed) Borasky zn...@comcast.netwrote: Well, it seems we have enough does work and doesn't work cases to justify me taking some