Open URL behaviour for Android

I know this is a long shot to ask, but I'll ask anyway.

I have put an open URL behaviour in my Android game, which post "I have just beat my highscore on [game name], [link to Play Store]" on Twitter whenever the player beat his own highscore.

It works great, meaning that the open URL behaviour behaves as it should behave. But one problem is, if the player beat his own highscore, let's say two times, the second time he wants to post it again on Twitter, there will be an error that says "Duplicate Tweet" because he is basically trying to tweet the same LINE in a short time period.

So, has anyone find another way around of doing this? Say how to retrieve an attribute (game.highscore) or a table cell value (which stores the highscore values) and put it in the LINE of the open URL behaviour so that everytime the player beat his won highscore, it would not be the same LINE everytime?

..long shot, I know.

Comments

  • JapsterJapster Member Posts: 672

    Bit late to the discussion, but I've only just seen this!

    Why not insert the score too - ie - build up your message using the usual ..game.score.. method to insert their score into the tweet, to create a known different line of text? - I'm doing this on Catflap, and not getting any problems!

    i.e. "I've just got a NEW Hi-Score of "..GAME.SCORE..' on Catflap. "

    Den.

  • pokapolapokapola Member Posts: 143

    It works on Android?

Sign In or Register to comment.