Hello everyone!
I've come to a point where I need to implement social networking in my game and I can't get it to work the way I want.
I went on the facebook dev website and added my game as an app so I could get the App ID to enter it through the native plugin but it doesn't actually do anything when I try to prompt a post, even after I set an event to wait till facebook was ready. I'm not sure what I'm doing wrong on that end.
For twitter I made a little bit more progress, I'm able to open a webpage where twitter confirms if you'd like to tweet the highscore or not, but the thing is that it's editable, which means that the person could just cheat and change their score. Ideally what I'd like for it to do is automatically tweet without needing to open up that webpage once you tap the tweet button and also tweet a screencap of the score to confirm that the tweet is legit. A perfect example of this is the way the game "Timberman" handles twitter. I have no idea where to start with this issue or if it's even possible.
Thanks for the help in advance!