Did urlcode the message before using the http://twitter.com/statuses/update.xml?
API. the problem is that the added #sometag does not get interpreted
as a hashtag, as it would when you go to twitter.com and type it in.

any ideas? thanks.

On Jun 17, 1:46 pm, Joel Strellner <[email protected]> wrote:
> Sounds like you need to URL encode your string before you send it to
> the API. The hash symbol is a reserved character and has a special
> meaning in URLs.  Your browser will not automatically encode it like
> it would for spaces, for example.
>
> On Jun 16, 11:07 pm, xp <[email protected]> wrote:
>
> > is there any way to add hashtags in direct message API call? thanks.

Reply via email to