[twitter-dev] Rich content in tweets as entities/annotations?

2010-07-01 Thread Jaanus
This is a request to the Twitter API team but rather than sending it in private, I'm posting it here so others can chime in too. Tweets are 140 characters. But sometimes Twitter decides that some content is interesting enough to annotate with graphical icons on Twitter.com. Examples are red ribbon

[twitter-dev] Re: i want to display published article on twitter account

2010-07-01 Thread Konpaku Kogasa
Assuming you have an RSS feed you can simply use something like Twitterfeed (http://twitterfeed.com/) to push RSS feed updates to your twitter account. Please note that you should also have content besides just posting links to give your account more personality and not make people report you for

Re: [twitter-dev] batch requests

2010-07-01 Thread Robert Van Dam
http://dev.twitter.com/doc/get/statuses/friends is also useful if your just looking up friends. It will give you 100 at a time and you can use the cursor to pull down more than 100. Still hurts if Ashton or CNN use your app but for most people its pretty good. On Thu, Jul 1, 2010 at 2:11 PM, Ky

Re: [twitter-dev] batch requests

2010-07-01 Thread Taylor Singletary
Hi Kyle, There are few bulk operations available with the Twitter API today, but there is one that I think will be useful for you: GET http://api.twitter.com/1/users/lookup.xml (or JSON) - takes comma-separated list of up to 100 user ids or screen names, such as: http://api.twitter.com/1/users/l

[twitter-dev] batch requests

2010-07-01 Thread Kyle Bragger
Hey all — Building a tool for Forrst that allows users to find each other on Forrst based on who they're following on Twitter. Essentially they authenticate with OAuth, I grab a list of user ids that they follow (friends/ids), but then somewhat inelegantly, I have to make N requests to users/show,

[twitter-dev] Re: Finding place id of a city

2010-07-01 Thread Ryan W
Thanks Matt, I've entered this into the issue tracker: http://code.google.com/p/twitter-api/issues/detail?id=1719 On Jul 1, 9:56 am, Matt Harris wrote: > Hi Ryan, > > You are correct that you should be able to do this using the /geo/search > request. There is a known issue at the moment that POI

[twitter-dev] Create new Twitter account using API? Possible?

2010-07-01 Thread ikevinjpdev
Is is possible to use the API to create a new user account? I cannot seem to find anything in the documentation. Anyone could provide some information would be appreciated. Thanks!

Re: [twitter-dev] Re: Authentication for retweeted_by_me

2010-07-01 Thread Matt Harris
Hey Carl, Thanks for the update. We're going to need to look at the other bits of information, if you want to email me that off list please do. Matt On Thu, Jul 1, 2010 at 10:07 AM, cthress wrote: > Matt, > > I must have accidentally chopped it out when I was replacing the > consumer key with a

[twitter-dev] Re: Authentication for retweeted_by_me

2010-07-01 Thread cthress
Matt, I must have accidentally chopped it out when I was replacing the consumer key with asterisks the last time around. Here's the string from my most recent attempt... basestring: GET&http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses %2Fretweeted_by_me.json&oauth_consumer_key%3D*%26oauth_nonce %

Re: [twitter-dev] Finding place id of a city

2010-07-01 Thread Matt Harris
Hi Ryan, You are correct that you should be able to do this using the /geo/search request. There is a known issue at the moment that POIs are always returned, making it hard to find city matches. We have a fix that's being tested now for that. If you want to file this on the issue tracker http://c

Re: [twitter-dev] Max requests using oauth

2010-07-01 Thread Matt Harris
Hi lu5ceh, The default rate limit applies to all users of the API and is currently at 175 requests per hour. The only way to increase those is with our approval. You can send a request to be considered for whitelisting to our email address listed on http://dev.twitter.com/pages/support. Hope that

Re: [twitter-dev] Re: Applications which has access.

2010-07-01 Thread Matt Harris
Hey Anna, Just to confirm that this allows you to see which OAuth (and xAuth) applications have access to your account. It doesn't show you applications which only use Basic Authentication to identify you. With OAuth applications you can safely change your password. It is only the applications wh

Re: [twitter-dev] Twitter API SSL certificate failing validation was Re: Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread Matt Harris
Just an update on this. The SSL issues should now be solved. Matt On Thu, Jul 1, 2010 at 7:19 AM, Taylor Singletary < taylorsinglet...@twitter.com> wrote: > Hi everyone noticing the SSL certificate issues, > > We're working on it. > > Taylor > > > On Thu, Jul 1, 2010 at 5:50 AM, Cameron Kaiser wr

Re: [twitter-dev] Re: Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread Matt Harris
Hey, We had some issues with our SSL certificates this morning that were probably to blame for this. The situation should now be resolved. Thanks, Matt On Thu, Jul 1, 2010 at 5:39 AM, Mr Blog wrote: > FWIW, api.twitter.com cert also fails in Safari: > http://twitmart.org/img/UoNgE/apicerterr2.

Re: [twitter-dev] Re: oauth status update returning error 401 invalid / used nonce

2010-07-01 Thread Matt Harris
Hi James, It sounds like you have the correct information for your application. As you are using your own personal access token and secret you don't need to be doing any of the OAuth authorization steps, but you do need to sign any request you make. Are you using any PHP libraries to help you wit

Re: [twitter-dev] Twitter API SSL certificate failing validation was Re: Twitter4J and sun.security.validator.ValidatorExceptio

2010-07-01 Thread Cameron Kaiser
> Hi everyone noticing the SSL certificate issues, > We're working on it. Seems to be checking out now. Thanks! -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com -- Watch out, Citizens.

Re: [twitter-dev] Re: Authentication for retweeted_by_me

2010-07-01 Thread Matt Harris
Hey Carl, Your correct about the parameters in the auth header. It was the base string I was referring to. Looking at your basestring I notice it is in order, but that it doesn't include the oauth_nonce. Can you check the oauth_nonce is actually in your base string? Matt On Wed, Jun 30, 2010 at

Re: [twitter-dev] oAuth and callback function

2010-07-01 Thread Taylor Singletary
In general, I recommend explicitly specifying your oauth_callback on the request token step, whether you're doing out of band auth or doing standard OAuth flows. If performing out-of-band auth, provide oauth_callback=oob. While there's nothing wrong with relying on what you've stored in your applic

[twitter-dev] Max requests using oauth

2010-07-01 Thread lu5ceh
a developing a Twitter App using oauth (oauth_token - oauth_token_secret) How i can increase default max app requests per hour?

Re: [twitter-dev] Twitter API SSL certificate failing validation was Re: Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread Taylor Singletary
Hi everyone noticing the SSL certificate issues, We're working on it. Taylor On Thu, Jul 1, 2010 at 5:50 AM, Cameron Kaiser wrote: > > > FWIW, api.twitter.com cert also fails in Safari: > > > http://twitmart.org/img/UoNgE/apicerterr2.png > > > > It is also failing the cURL CAs (changing subje

[twitter-dev] Re: Applications which has access.

2010-07-01 Thread cthress
Anna, Go to your account settings on Twitter and select "Connections." That's where you'll find the list of applications with access to your account. Thanks, Carl On Jul 1, 4:14 am, Anna wrote: > Hi, > > Is there any way to retrive the applications which has access to my > account?

[twitter-dev] Re: Twitter API SSL certificate failing validation was Re: Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread Hagen
I tryed both methods -Dtwitter4j.http.useSSL=false and System.setProperty("twitter4j.http.useSSL","false");. but they doesn help for me what i do wrong?

[twitter-dev] Re: My Client API was Decreased to 175

2010-07-01 Thread Nik Fletcher
Check this thread: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/e6cc26581bde8a0b All clients are experiencing this - and at times it's dropping below 175 RPH: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/f2fe7c02a69e2c1b/ -N On Ju

[twitter-dev] i want to display published article on twitter account

2010-07-01 Thread hina
Hello, I am web developer and develop an application where experts are published their articles and now i want ti display those published article on the twitter account. Please help me how can i will do. Thanks Hina

Re: [twitter-dev] Twitter API SSL certificate failing validation was Re: Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread Cameron Kaiser
> > FWIW, api.twitter.com cert also fails in Safari: > > http://twitmart.org/img/UoNgE/apicerterr2.png > > It is also failing the cURL CAs (changing subject). ... and checking the updated CA bundle from Mozilla, api.twitter.com's SSL certificate does not validate against that either. I'm getting

[twitter-dev] Twitter API SSL certificate failing validation was Re: Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread Cameron Kaiser
> FWIW, api.twitter.com cert also fails in Safari: > http://twitmart.org/img/UoNgE/apicerterr2.png It is also failing the cURL CAs (changing subject). -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai.

[twitter-dev] Re: Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread Mr Blog
FWIW, api.twitter.com cert also fails in Safari: http://twitmart.org/img/UoNgE/apicerterr2.png On Jul 1, 4:26 am, Yusuke wrote: > Hi, > > Twitter4J users are facing "sun.security.validator.ValidatorException" > as of July 1 GMT. > It looks to be an API side issue. Is it a known one? > > It can be

[twitter-dev] Re: Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread sb
Thanks for this. We just ran into it. On Jul 1, 7:26 am, Yusuke wrote: > Hi, > > Twitter4J users are facing "sun.security.validator.ValidatorException" > as of July 1 GMT. > It looks to be an API side issue. Is it a known one? > > It can be workarounded with -Dtwitter4j.http.useSSL=false or > Sy

[twitter-dev] Twitter4J and sun.security.validator.ValidatorException

2010-07-01 Thread Yusuke
Hi, Twitter4J users are facing "sun.security.validator.ValidatorException" as of July 1 GMT. It looks to be an API side issue. Is it a known one? It can be workarounded with -Dtwitter4j.http.useSSL=false or System.setProperty("twitter4j.http.useSSL","false");. The exception stack trace looks lik

Re: [twitter-dev] Applications which has access.

2010-07-01 Thread Thomas Woolway
Not through the API, although you can look at http://twitter.com/settings/connections to see which apps have access. Tom On Thu, Jul 1, 2010 at 10:14 AM, Anna wrote: > Hi, > > Is there any way to retrive the applications which has access to my > account? > >

[twitter-dev] Applications which has access.

2010-07-01 Thread Anna
Hi, Is there any way to retrive the applications which has access to my account?

Re: [twitter-dev] My Client API was Decreased to 175

2010-07-01 Thread Pascal Jürgens
http://status.twitter.com/post/750140886/site-tweaks On Jul 1, 2010, at 9:49 , PiPS wrote: > Hi. > > I am developing on twitter client. > > My client uses xAuth. > > But.. My Client API is 175 > > > That was before 350. > > Why was suddenly reduced by half? >

[twitter-dev] My Client API was Decreased to 175

2010-07-01 Thread PiPS
Hi. I am developing on twitter client. My client uses xAuth. But.. My Client API is 175 That was before 350. Why was suddenly reduced by half?