I am currently working on a webapp that triggers a coupon if the user tweets the #hashtag of the promotion. I’m using the TFW #hashtag button and I can get the tweeted event from web intents, but is there a way that I can check if the user actually tweeted the #hashtag? or what what the text of the tweet? I know I can pre populate the text, but after the box open the user can delete everything including the #hashtag.
If that is not possible via web intents (which based on what I read so far doesn’t seems like) is there another mean to do it?
Any help is appreciated 