[twitter-dev] Problem with search/profile/faves/list widget

2011-03-26 Thread BuffLaser2000
I have been using a copy this JS file for my twitter list widget:
http://twitter.com/javascripts/widgets/widget.js -- this is
(supposed to be) the full documented source file

It stopped working recently (a couple days ago I think?). It's giving
me a 400 (bad request) trying to get the status from statuses.json.

If I switch to the online minimized version it works again:
http://widgets.twimg.com/j/2/widget.js
But the online full documented version at 
http://twitter.com/javascripts/widgets/widget.js
still does not work.

I have to used a modified copy of the full source to avoid
document.write killing my AJAX page. (See thread
http://groups.google.com/group/twitter-development-talk/browse_thread/thread/60ce8b939741162d)

Please help.

-- 
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] Problem on search

2011-02-22 Thread Enrico Miglino
Hi, I'm creating an app based on QT that show with low frequency (12 times
per hour) the updated of a set of five different twitter users. This app
don't need that the user is registered in twetter, he should only see these
five users posts.
I tried to use the twitter search api using the clause from: to identify
the user. The problem is that it seems that there is not the possibility to
query more than one user at a time in these searches. Is it true? Does
someone know is there is a method in a public api to make this kind of
search?

Thank you. Enrico

-- 
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] Problem on search

2011-02-22 Thread Taylor Singletary
Hi Enrico,

You may want to look into using the Streaming API's follow feature:
http://dev.twitter.com/pages/streaming_api_methods#follow as it's often a
better fit than repeated polling to the Search API.

With the search API you could format your query as: from:user1 OR
from:user2 OR from:user3
Example: curl
http://search.twitter.com/search.json?q=from:episod%20OR%20from:themattharris--
if you decide to use the Search API, be sure and use since_id in
subsequent GETs.

@episod http://twitter.com/episod - Taylor Singletary - Twitter Developer
Advocate


On Tue, Feb 22, 2011 at 9:35 AM, Enrico Miglino enrico.migl...@gmail.comwrote:

 Hi, I'm creating an app based on QT that show with low frequency (12 times
 per hour) the updated of a set of five different twitter users. This app
 don't need that the user is registered in twetter, he should only see these
 five users posts.
 I tried to use the twitter search api using the clause from: to identify
 the user. The problem is that it seems that there is not the possibility to
 query more than one user at a time in these searches. Is it true? Does
 someone know is there is a method in a public api to make this kind of
 search?

 Thank you. Enrico

 --
 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] Problem with search api. BUG?

2009-07-07 Thread xabi

Hi there:

I'm trying to do a search like this:

curl -i http://search.twitter.com/search.atom?q=txcomptroller;

and I get this:

-- 8  8 -

link type=text/html rel=alternate href=http://twitter.com/
SanAngeloEcoDev/statuses/2516021916/
content type=htmlRT lt;a href=http://twitter.com/
txcomptrollergt;@txcomptrollerlt;/agt;: On the Money: See how
Texas local governments earn stimulus dollars and learn how to tap
into federal grants. http:// .../content

-- 8  8 -

As you can see the status ends with http:// ..., but if you go to
the real status http://twitter.com/SanAngeloEcoDev/statuses/
2516021916 you can see the whole status, in this example:

RT @txcomptroller: On the Money: See how Texas local governments earn
stimulus dollars and learn how to tap into federal grants. http://sn.im/majgz;

All the status is there! with the full URL at the end. So, is search
API limited? Is this a BUG? What's wrong?

Thanks in advance:

xabi


[twitter-dev] Problem with search api

2009-04-02 Thread nyankov

Hi All,

Does anybody have idea why this url:

http://search.twitter.com/search.json?q=offer OR book OR read since:
2008-04-02 from:nyankov

Give me:

The page you were looking for doesn't exist.
You may have mistyped the address or the page may have moved.


Any help and advice will be appriciated.

Best regards,
Nikola