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

2009-11-02 Thread Kalpesh
I have tried two things to get my non-english characters status update to work: 1.) Using meta tag in the head as meta http-equiv=Content-Type content=application/x-www-form-urlencoded; charset=UTF-8 / 2.) Using utf8_encode for status and posting None of the above works. I get incorrect

[twitter-dev] Backberry application + twitter updates

2009-11-02 Thread sagar
Hello everyone..I am developing a blackberry app for twitter. I am using basic auth. But when i try to access the protected resources it gives me 401 error. I am accessing it from simulator. Same error comes for bbtweet from my simulator. MDS is running and i can access internet from simulator.

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

2009-11-02 Thread yoni
Bulk Add would be huge. Likewise, Bulk Delete. ~ yoni On Oct 20, 4:40 am, Tim Haines tmhai...@gmail.com wrote: Hey Marcel, Another 2 methods I'd like to see added to the list api - a way to get the id's of all current members (all 500), and a way to get the id's of all current subscribers -

[twitter-dev] Incorrect signature returned for Lists API

2009-11-02 Thread Nelu Lazar
I am experiencing Incorrect signature responses while requesting any Lists API XMLs. hash request/tweetvisor/lists/subscriptions.xml/request errorIncorrect signature/error /hash I tried various methods, with no success: POST, GET, HTTPS (default), HTTP. It only happens to Lists API calls,

[twitter-dev] Truncated URLs

2009-11-02 Thread Adam Green
I'm extracting URLs from tweets, and some of them are truncated at the end of a tweet. The URL ends up as something like http://domain... I can't find anything in the API that will let me get the full URL, so I assume it is lost. Is this correct, or is there some trick to get back the entire URL

[twitter-dev] Re: Incorrect signature returned for Lists API

2009-11-02 Thread Nelu Lazar
Figured the answer for the issue above, for @jmathai's EPITwitter library, here is the call code that works: $twitterOAuthObj-{'get_'.(string)strtolower ($username).'ListsMemberships'}(array(...)); - @NeluLazar On Nov 2, 10:37 am, Nelu Lazar cont...@nelulazar.com wrote: I am experiencing

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

2009-11-02 Thread Duane Roelands
I'd be very interested in seeing your solution. I'm having this very problem in my OAuth implementation and I can't seem to find a good solution. On Nov 2, 7:15 am, Kalpesh kalp.meh...@gmail.com wrote: Done! It's now updating status successfully for ascii as well as non-ascii characters..

[twitter-dev] [ANN] Twitter Developer Nest: London 5 - Just over a week away (Nov 10, 2009)

2009-11-02 Thread Jonathan Markwell
We hope you'll be able to join us at the 5th London Twitter Developer Nest (@devnest) next Tuesday evening. Please follow the link below to get your free ticket to to pizza, beer and some geeky conversations about building things on Twitter. Have you got something you'd like to share with the

[twitter-dev] expanded geocoding APIs

2009-11-02 Thread Kal
Hi everyone. I've been working on a twitter app with a small team for about half a year now that is focused on geocoding and mapping of tweets. Work so far has been done with dummy data, since the geocoding APIs aren't available yet. I've been looking at how I might use the upcoming APIs to

[twitter-dev] Re: Twitter API Returning Nothing

2009-11-02 Thread Alexander
Hi Michael, Have a look here: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/71d7e0bc15e6a8d1 Regards, Alex. On Nov 1, 1:49 pm, Michael Steuer mste...@gmail.com wrote: Hi Jesse, Not sure if this is it, but looking at your code you're making a POST   request

[twitter-dev] Re: expanded geocoding APIs

2009-11-02 Thread Walter Smulders
You could look at the Streaming API, more specifically: http://stream.twitter.com/1/statuses/sample.json. I don't know if this is a full stream of new public tweets or not (could someone specify this for me too please?), but it looks like a nice start... On Nov 2, 10:37 am, Kal

[twitter-dev] Re: expanded geocoding APIs

2009-11-02 Thread Raffi Krikorian
yup! the geo tag should be available and populated via the streaming API -- http://stream.twitter.com/1/statuses/sample.json gives a sampling of all the public tweets, and that should be enough to get most projects/visualizations off the ground. You could look at the Streaming API, more

[twitter-dev] Re: expanded geocoding APIs

2009-11-02 Thread John Kalucki
The sample resource is just that, a sample. The default access level quite a lot of data. You can also request a higher sample (the gardenhose) if your project needs a higher proportion of the statuses. Allowing a geo predicate on the Streaming API would be very useful thing indeed. -John

[twitter-dev] Lists API

2009-11-02 Thread Michael Steuer
With all the discussions on this mailing list about the Lists API, can someone please confirm, is the API now available to all developers or all of you in some sort of preferred position? Thanks, Michael.

[twitter-dev] Re: PHP Libraries for OAuth

2009-11-02 Thread shiplu
For PHP, there is a pecl extension. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল

[twitter-dev] Re: Lists API

2009-11-02 Thread Marcel Molina
It's available to all developers and has been since last Thursday. There are still some tweaks to be made but everything that works now should continue to be supported along side the changes and additions that will be introduced. On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer mste...@gmail.com

[twitter-dev] Re: Truncated URLs

2009-11-02 Thread Marcel Molina
I believe in that case the url is just truncated and gone. I believe this only works when shortening it with bit.ly still wouldn't make the tweet fewer than 140 characters. Though it seems unfortunate to lose the url, in a sense you aren't missing data because *no one* gets that url so ultimately

[twitter-dev] Re: Lists API

2009-11-02 Thread Michael Steuer
Ah, great... I must have missed that announcement! Thanks, Michael. On 11/2/09 10:05 AM, Marcel Molina mar...@twitter.com wrote: It's available to all developers and has been since last Thursday. There are still some tweaks to be made but everything that works now should continue to

[twitter-dev] Re: Subscribed Lists

2009-11-02 Thread Marcel Molina
There is, in a sense, an API for resolving a list id by passing in a slug. It's the show resource for a list. You'll either get a 404 (which means the slug no longer exist) or you'll get the list payload which will include the id. On Sun, Nov 1, 2009 at 11:29 PM, Rich rhyl...@gmail.com wrote:

[twitter-dev] Re: Lists API

2009-11-02 Thread kaiser . marco
Can I translate that into 'the current URL to get a list using the slug will not be deprecated'? Marco -Original Message- From: Marcel Molina mar...@twitter.com Date: Mon, 2 Nov 2009 10:05:03 To: twitter-development-talk@googlegroups.com Subject: [twitter-dev]

[twitter-dev] Re: Lists API

2009-11-02 Thread Marcel Molina
You may (until further notice) ;-) On Mon, Nov 2, 2009 at 10:12 AM, kaiser.ma...@gmail.com wrote: Can I translate that into 'the current URL to get a list using the slug will not be deprecated'? Marco -Original Message- From: Marcel Molina

[twitter-dev] Re: update_delivery_device method

2009-11-02 Thread Marcel Molina
Please file a bug about this on our issue tracker if you haven't already: http://code.google.com/p/twitter-api/issues/list Thanks. On Wed, Oct 28, 2009 at 11:55 PM, DustyReagan dustyrea...@gmail.com wrote: I was playing around with the account/update_delivery_device method. It seems to

[twitter-dev] API Wiki - Cannots per Method

2009-11-02 Thread Peter Denton
Hello all, I have been working in my spare time on creating a list of things you cannot do per method in the api. Basically, I went back through many questions from the dev group and see a lot of questions were basically the result of people not knowing the rules of the API. So they would ask Can

[twitter-dev] False positives on protected status

2009-11-02 Thread Tim Haines
Hey guys, Is anyone observing twitter returning false positives on user's protected status? i.e. saying they're protected when they're not? Tim.

[twitter-dev] Re: Lists API

2009-11-02 Thread Marco Kaiser
thank you :) 2009/11/2 Marcel Molina mar...@twitter.com You may (until further notice) ;-) On Mon, Nov 2, 2009 at 10:12 AM, kaiser.ma...@gmail.com wrote: Can I translate that into 'the current URL to get a list using the slug will not be deprecated'? Marco

[twitter-dev] Re: warning for rate limit that causes ban

2009-11-02 Thread Peter Denton
Hi AKM, I think that would allow a spammer to come as close as possible without being banned. I have seen it mentioned you should email a...@twitter.com with your use case and let them know what you are doing, to reduce chances of being banned. Cheers Peter On Mon, Nov 2, 2009 at 1:06 PM, shiplu

[twitter-dev] Re: Subscribed Lists

2009-11-02 Thread Rich
Thanks for that Marcel, well if it's decided to completely abandon slugs I'll have to go down that route. Any idea on whether both call types will be allowed yet? Obviously the main lookups will are quick to switch between, just this @screen_name/list_name that'll take more work if we can't use

[twitter-dev] Re: Lists API

2009-11-02 Thread Rich
Ah perfect, I guess that means you can ignore my post in the other thread :) Right then my list implementation is ready to go! Now to battle Apple's approval process! On Nov 2, 6:15 pm, Marcel Molina mar...@twitter.com wrote: You may (until further notice) ;-) On Mon, Nov 2, 2009 at

[twitter-dev] Re: Subscribed Lists

2009-11-02 Thread Marcel Molina
Both will be allowed. On Mon, Nov 2, 2009 at 1:34 PM, Rich rhyl...@gmail.com wrote: Thanks for that Marcel, well if it's decided to completely abandon slugs I'll have to go down that route. Any idea on whether both call types will be allowed yet?  Obviously the main lookups will are quick

[twitter-dev] Re: PHP Libraries for OAuth

2009-11-02 Thread jmathai
I think it will benefit all users of the library to document the method names for every call. While it's somewhat trivial to determine the method names it still required just an ounce of brain power. That ounce should be save for other tasks :). It's been on my todo list to document them all,

[twitter-dev] Re: Lists API

2009-11-02 Thread Sean Scott
Apologies, i must have missed it as well. On Mon, Nov 2, 2009 at 10:10 AM, Michael Steuer mste...@gmail.com wrote: Ah, great... I must have missed that announcement! Thanks, Michael. On 11/2/09 10:05 AM, Marcel Molina mar...@twitter.com wrote: It's available to all developers and

[twitter-dev] Firehose Sample Geo Only

2009-11-02 Thread Scott Wilcox
Hi Folks, After seeing Kal's post earlier, I was wondering its its possible to filter a set of statuses only to be returned if they have geodata (other statuses aren't useful to me for this project). Is this possible? Scott.

[twitter-dev] Does stream API return protected tweets?

2009-11-02 Thread Adam Green
I see that the user data in a stream API response has a protected field. Does this mean that the stream may return protected tweets, and it is the developer's responsibility to watch for this and ignore those tweets? Or should I assume that I can use any tweet in the stream? The stream API doc

[twitter-dev] Re: Lists API

2009-11-02 Thread Sean Scott
List API is in Beta. If you're in the beta you can play with it. If you're not in the Beta you can't play with it just yet On Mon, Nov 2, 2009 at 9:48 AM, Michael Steuer mste...@gmail.com wrote: With all the discussions on this mailing list about the Lists API, can someone please confirm,

[twitter-dev] Re: Firehose Sample Geo Only

2009-11-02 Thread Raffi Krikorian
hi scott. unfortunately, not currently. right now you need to filter through the statuses to see ones that have a populated geo tag. Hi Folks, After seeing Kal's post earlier, I was wondering its its possible to filter a set of statuses only to be returned if they have geodata (other

[twitter-dev] Re: Does stream API return protected tweets?

2009-11-02 Thread John Kalucki
Protected statuses are not currently available on the Streaming API. Only public statuses are available. I clarified the Wiki on this point. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 2, 12:56 pm, Adam Green a...@vibemetrix.com wrote: I see that the user data in a

[twitter-dev] Is image shrinking broken?

2009-11-02 Thread TCI
I am noticing an increase in the number of avatar images which do not get shrinked in the smaller versions. It is most noticeable in the twitter.com homepage as the images load very slowly from top to bottom. How are your clients handling this? In my case I am assuming the shrinking is working

[twitter-dev] Oauth API not updating statuses consistently

2009-11-02 Thread Enlai
Sorry if this is a dumb question but I can't find an answer online. This is happening right now so I thought I'd see if something is up with the API. Sometimes, I get no response from the status update post and other times, I get a response with a successful post result. However, the text in the

[twitter-dev] Re: Incorrect signature returned for Lists API

2009-11-02 Thread Nelu Lazar
And an update fot the EPI library: http://bit.ly/3KODt1 On Nov 2, 10:53 am, Nelu Lazar cont...@nelulazar.com wrote: Figured the answer for the issue above, for @jmathai's EPITwitter library, here is the call code that works: $twitterOAuthObj-{'get_'.(string)strtolower

[twitter-dev] Re: Incorrect signature returned for Lists API

2009-11-02 Thread jmathai
Nelu, While that works, I suggest using the ID over the username since a username with camel case will break the path regex. This should work with the newest version of the library from Github. I'm considering including an option to pass in the url as a string in the 2.0 version of the

[twitter-dev] Re: Oauth API not updating statuses consistently

2009-11-02 Thread Raffi Krikorian
Hi Enlai. Can you provide more information, please? If you experience times that there is no response, do you mean that the request is timing out? As for getting a successful response, yet the status not updating could be caused by sending tweets with the same text as a tweet you sent

[twitter-dev] Re: Is image shrinking broken?

2009-11-02 Thread Michael Steuer
I have noticed the same recently. This should probably be logged as a bug? It's a core twitter bug though, not with the API... On 11/2/09 9:25 PM, TCI ticoconid...@gmail.com wrote: I am noticing an increase in the number of avatar images which do not get shrinked in the smaller versions.

[twitter-dev] Re: Lists API

2009-11-02 Thread Michael Steuer
Well, I¹m in no beta, but it all seems to be accessible and working.. According to Marcel Molina, the API went public/open last Thursday. I guess it wasn¹t announced (not on the group at least). On 11/2/09 9:57 AM, Sean Scott sean@gmail.com wrote: List API is in Beta.  If you're in the

[twitter-dev] Re: Incorrect signature returned for Lists API

2009-11-02 Thread Michael Steuer
Hi Jaisen, Doesn't Nelu's use of strtolower take care of your camel case concern? I just posted a comment on your blog - it'd be great if you could publish a couple lines around usage of your lib with the new lists URL structure etc. Thanks so much, Michael. On 11/2/09 9:51 PM, jmathai

[twitter-dev] Re: Is image shrinking broken?

2009-11-02 Thread Zac Bowling
This happened a while back. Probably a regression. Their thumbnail servers are not working or something. Zac Bowling

[twitter-dev] how to get my application link to appear on Twitter profile pages(upper right side)?

2009-11-02 Thread Jacob
Hello, My name Is Jacob and I'm from http://twitteranalyzer.com, can someone suggest a way or a person to talk to in order to show my application on Twitter profiles(upper right side), recently, I've noticed that there are many applications showing on my profile page directing to interesting

[twitter-dev] Re: how to get my application link to appear on Twitter profile pages(upper right side)?

2009-11-02 Thread Peter Denton
Hi Jacob, The applications listed in that section are basically editors picks with the exception of a few sponsored apps. Its awesome Twitter does this because I have known a few individuals who have been added to the rotation, so there is the possibility your app is added. Its basically up to

[twitter-dev] Re: Incorrect signature returned for Lists API

2009-11-02 Thread jmathai
Michael, You're actually right. Didn't think about strtolower fixing the camel casing issue. Have a look at the last test case in EpiTwitterTest.php for example usage. I'll get around to increasing documentation soon (I hope). On Nov 2, 10:18 pm, Michael Steuer mste...@gmail.com wrote: Hi

[twitter-dev] Re: how to get my application link to appear on Twitter profile pages(upper right side)?

2009-11-02 Thread Jacob
Hi Peter, Thank you for replying, My application is running for a year now and it is used by thousands on Twitter users every day. and still, no mention from Twitter. do you know the editor? or maybe you can connect me with someone who is already published? my mail is yac...@gmail.com. again,