Hey Fredrik,
In your example you are adding the source operator as a querystring
parameter on it's own. Instead it should be part of the search query.
For example:
http://search.twitter.com/search.json?q=oredev%20source%3Atweetnote
One of the ways I find helps when creating search queries is to test
the query on the search.twitter.com website first. If it works I then
copy the URL and add the format I want between the /search and ?.
Best
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris
On Sun, Sep 26, 2010 at 10:04 AM, Fredrik Olsson <[email protected]> wrote:
> I am having some problems with making this work.
>
> http://search.twitter.com/search.atom?q=oredev Gives many results,
> including results sent from my app Tweet Note.
>
> I am trying to add the source argument as "&source=tweetnote",
> "...tweet+note", "...Tweet+Note", "TweetNote", and every other
> combination I can think of. But everything has yielded an empty result
> list so far.
>
> What am I doing wrong?
>
> On 25 Sep, 03:53, Jeff <[email protected]> wrote:
>> you can add the "&source=XYZ" argument to URL
>>
>> http://search.twitter.com/search.atom?q=marshmallow&source=echofon
>>
>> On Sep 24, 10:49 am, Fredrik Olsson <[email protected]> wrote:
>>
>>
>>
>> > Is there any way to filtertweetsby what application was used to send
>> > the update?
>>
>> > The usecase is naturally in order to track what users of my own
>> > application are tweeting about.
>
> --
> 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