Hey all,

I have a client that is wanting to use the plus character (+) as part
of the search term for the REST based search.
e.g.;
curl -s 
http://search.twitter.com/search.json?q=%2Bt&count=100&since_id=3399785323&page=0

In this instance the %2B is the URL encoded +.

When this is executed it returns many status messages where the one
thing in common is the letter t appears in the message somewhere.
A sample is here;
http://pastebin.com/f6eb7f67b

All I can think of is that the search string is being url decoded
twice.  Once turns %2B into the + and the second turns the + into a
space.

I've posted a but for this but see that #924 is similar and was marked
invalid  Hopefully the extra info I provided makes the issue a little
clearer;
http://code.google.com/p/twitter-api/issues/detail?id=1087

If anyone has seen this, or is affected by this could you please start
the issue and comment if you have anything to add.

If anyone has any suggestions to work around this I'd love to hear
them.

Regards,
Gold

Reply via email to