Hi there,
I want to add fb and twitter in my game. But I don't need to auth in my app. Just two buttons in my about scene. When user clicks button FB -> opens safari with my page link
The same think I want with twitter.
It is possible?
A fast, easy to use, free, and community supported 2D game engine
Hi there,
I want to add fb and twitter in my game. But I don't need to auth in my app. Just two buttons in my about scene. When user clicks button FB -> opens safari with my page link
The same think I want with twitter.
It is possible?
Use this to open an external webpage:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.example.com"]];
Thank you
You must log in to post.