Unable to put hashtags in a tweet while posting it using Status Update Api.

API : status update api → 1.1/statuses/update.json?status=testing

Can someone please help me with that?

What language are you using - can you provide a code snippet?
What error are you seeing?

Hello Andy!

I am currently using postman only. And I am making a POST call. Anything after # doesn’t get tweeted. I understand it is something related to encoding but I am not able to figure it out, how to run that in postman.

PFA the screenshot.

OK, so try the following in Postman:

  • disable the parameters you’ve set in the Params tab
  • move to the Body tab
  • set x-www-form-urlencoded
  • then add params on the Body tab

It worked. It worked. Thank you so much. I spent so much time figuring this out. Thank you for the help.

Thanks and Regards
Tushar

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.