[twitter-dev] Re: Trends.json Errors

2011-04-16 Thread MartinW
This is now returning 400 Bad Request. I'm not yet caching the request
but that shouldn't cause a 400?

Any suggestions?


On Apr 15, 11:28 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Hi Martin,

 You can find out more about the new home of the trends API 
 here:http://groups.google.com/group/twitter-development-talk/browse_thread...
 2010), 
 andhttp://groups.google.com/group/twitter-development-talk/browse_thread...
 2011)

 ( The trends API has effectively moved to api.twitter.com/1/trends.json )

 @episod http://twitter.com/episod - Taylor Singletary

 On Fri, Apr 15, 2011 at 3:11 PM, MartinW wright.mar...@gmail.com wrote:

 http://search.twitter.com/trends.jsonhas just started erroring in the
  last 24 hours. It now returns a 404.

  Could someone please advise on an updated URL.

  Thanks
  Martin

  --
  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.google.com/group/twitter-development-talk

-- 
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.google.com/group/twitter-development-talk


[twitter-dev] Re: How to get the number of pages in user's timeline

2011-04-16 Thread Tim Meadowcroft

The users/show API includes a statuses_count field which tells you how 
many tweets the user has posted

  http://dev.twitter.com/doc/get/users/show


-- 
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.google.com/group/twitter-development-talk


[twitter-dev] Not able to register the application

2011-04-16 Thread Kalyani Ch

When I tried to register application with twitter I get an error
saying  Unable to register application Please check your registration
settings

Request any help to resolve this error

Thanks
Kalyani Ch

-- 
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.google.com/group/twitter-development-talk



[twitter-dev] the question about the limitation of the number of api call

2011-04-16 Thread pan daniel
Hi,
I have read the api document and I found the count of api call is
350 per person. I wondered if my app has plenty of people to use,
which is your limitation?
For example, I have 100,000 users and they use our app to access
the twitter's data. Assume our user will call your api 6 times each
throuth our application per hour, can this be supported by your api?
If not, how about your limitation about your api calling, can you give
me an certain number about this?

-- 
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.google.com/group/twitter-development-talk


[twitter-dev] Bad Request (400) on a shared hosting platform

2011-04-16 Thread lordofscripts
I am new to Twitter development. I have a relatively simple control
(ASP.NET) that grabs the list of tweets of my account.

When I test it on my development environment (my PC, visual studio
2008) it works fine, I get the list of tweets. I deployed the control
on the website (still not quite online but in a staging server with an
URL I would rather not publish) then I get a Bad Request (400)
response.

I always get code 400 on the staging/production that is on a shared
webhosting, and I always get it working fine locally. I have done at
most 15 requests and it being a low traffic site, and the twitter
control being on a page that is not often requested, I would say the
amount of requests made would be rather small.

I know for sure that *I* have not made enough requests to get blocked
on the account of limits. So my question is what should I do? what
would be the purpose of developing a webhosted twitter application
(even if it is low traffic) if it is going to get black listed
because of the cumulative requests of the shared hosting IP address (I
think they host hundreds of accounts on it).

Hopefully some enlightened soul leaves a good constructive answer, I
don't want to spend more time on it if this is going to prove useless.

-- 
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.google.com/group/twitter-development-talk


[twitter-dev] Adding hovercard feature to search widget

2011-04-16 Thread wcscheu...@comcast.net
Can anyone tell me how to integrate the hovercard js into the search
widget js so hovercard is active in the results shown by my search
widget?

Search results in Topsy all have the hovercard feature active, so
there must be some way to do this.

-- 
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.google.com/group/twitter-development-talk


[twitter-dev] trying to register a twitter dev account

2011-04-16 Thread bear
I go to http://dev.twitter.com/login?redirect_after_login=%2Fapps%2Fnew to 
try and get a new twitter account registered for a new app and I can't login 
as the twitter user.

So I go to http://dev.twitter.com/start to see how to get that twitter id 
flagged as a developer and nothing but more sign-in pages.

One link almost worked and got me all excited - but I ended up back at my 
twitter settings page with no way to register an application :(

Where have you guys hidden the new-dev-signup page?

-- 
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.google.com/group/twitter-development-talk


[twitter-dev] Re: How to get the number of pages in user's timeline

2011-04-16 Thread ToddySM
Thanks Tim! I think that will work.

On Apr 16, 2:11 am, Tim Meadowcroft meer...@gmail.com wrote:
 The users/show API includes a statuses_count field which tells you how
 many tweets the user has posted

  http://dev.twitter.com/doc/get/users/show

-- 
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.google.com/group/twitter-development-talk


Re: [twitter-dev] the question about the limitation of the number of api call

2011-04-16 Thread Arnaud Meunier
Hey Daniel,

You can make up to 350 authenticated GET requests, per token (user), per
hour.
So yes, the example you describe is supported :)

Arnaud / @rno http://twitter.com/rno



On Sat, Apr 16, 2011 at 6:08 AM, pan daniel danielpa...@gmail.com wrote:

 Hi,
I have read the api document and I found the count of api call is
 350 per person. I wondered if my app has plenty of people to use,
 which is your limitation?
For example, I have 100,000 users and they use our app to access
 the twitter's data. Assume our user will call your api 6 times each
 throuth our application per hour, can this be supported by your api?
 If not, how about your limitation about your api calling, can you give
 me an certain number about this?

 --
 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.google.com/group/twitter-development-talk


-- 
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.google.com/group/twitter-development-talk


Re: [twitter-dev] Bad Request (400) on a shared hosting platform

2011-04-16 Thread Arnaud Meunier
That's the problem with shared hosting IP addresses. I encourage you to sign
all your requests using Oauth (http://dev.twitter.com/pages/auth) even if
they don't require authentication. If you're not familiar with OAuth, take a
look on these .NET Twitter libraries:
http://dev.twitter.com/pages/libraries#dotnet

Signing your requests will give you 350 calls / token / hour (instead of the
150 calls / hour you're actually sharing with all the other folks using your
IP).

Arnaud / @rno http://twitter.com/rno



On Sat, Apr 16, 2011 at 9:18 AM, lordofscripts d...@hotmail.com wrote:

 I am new to Twitter development. I have a relatively simple control
 (ASP.NET) that grabs the list of tweets of my account.

 When I test it on my development environment (my PC, visual studio
 2008) it works fine, I get the list of tweets. I deployed the control
 on the website (still not quite online but in a staging server with an
 URL I would rather not publish) then I get a Bad Request (400)
 response.

 I always get code 400 on the staging/production that is on a shared
 webhosting, and I always get it working fine locally. I have done at
 most 15 requests and it being a low traffic site, and the twitter
 control being on a page that is not often requested, I would say the
 amount of requests made would be rather small.

 I know for sure that *I* have not made enough requests to get blocked
 on the account of limits. So my question is what should I do? what
 would be the purpose of developing a webhosted twitter application
 (even if it is low traffic) if it is going to get black listed
 because of the cumulative requests of the shared hosting IP address (I
 think they host hundreds of accounts on it).

 Hopefully some enlightened soul leaves a good constructive answer, I
 don't want to spend more time on it if this is going to prove useless.

 --
 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.google.com/group/twitter-development-talk


-- 
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.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: Repeated connection request

2011-04-16 Thread Arnaud Meunier
Hey Konstantin,

OAuth is just an authorization/authentication mechanism. It's not handling
user sessions. You'll have to implement it on your side.

Now depending on what you want to do, you might be interested by web intents
as they'll handle sessions mechanism for you (automatically detecting if the
user is logged in to twitter.com and asking for login when necessary). Cf
http://dev.twitter.com/pages/intents

Arnaud / @rno



On Fri, Apr 15, 2011 at 6:54 PM, Konstantin rasf...@gmail.com wrote:

 I can save access_token, but how can I use it later?
 A user doesn't enter any information (login, email, etc), so I cannot
 get his access_token from the database.
 A user may login to Twitter under different accounts or may use
 another computer, so I cannot use cookies too.
 A user just clicks Sign in with Twitter button and I guess all
 further actions should be done by Twitter.

 On Apr 16, 12:13 am, m36tb6ll raeste...@gmail.com wrote:
  Did you save the access tokens of each user and use them whenever a
  user log-in to your site/app? If not, then they will be asked to allow
  the app everytime they login to your site.

 --
 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.google.com/group/twitter-development-talk


-- 
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.google.com/group/twitter-development-talk


[twitter-dev] Re: Not able to register the application

2011-04-16 Thread Mohan Arun
 When I tried to register application with twitter I get an error
 saying  Unable to register application Please check your registration
 settings

 Request any help to resolve this error

Clear the cookies and try again.

- Mohan

-- 
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.google.com/group/twitter-development-talk