Sharing via Twitter/Facebook
I'm trying to get my links correct for sharing a user's score via Twitter and Facebook, and can't seem to get them working.
On Android, I simply use this format to share text data with the user's score, etc:
"http://twitter.com/intent/tweet?text=I just got "+string$( "USER SCORE" )+" points in this cool game!&url=https://link.to.download/game/"
or:
"http://www.facebook.com/dialog/feed?app_id=[YOUR APP ID]&display=touch&description=I scored "+Str$(value( "USER SCORE" ))+" points!&caption=Download this game and try to beat my score!&link=https://link.to.download/game/&redirect_uri=https://facebook.com"
These work great in Android, but don't even open at all in iOS!
Why aren't these working? Does anyone know the correct link format I should be using here?