- Home /
Unlock content with Facebook Youtube etc?
Hi,
I'm trying to figure out how to ask players to (for example) like my game on Facebook to unlock new content (new missions etc.).
Or maybe subscribe to my Youtube channel.
How is that possible?
It's an Android game btw. :)
Thanks, Andreas :-)
Part of your users will probably hate you for doing something like this, but the easiest would probably be to check if the user just clicked the link/URL or you could try something like http://stackoverflow.com/questions/5093398/how-to-check-if-a-user-likes-my-facebook-page-or-url-using-facebooks-api . I'm assu$$anonymous$$g that you can do something similar with YouTube as well.
Generally speaking, you want to check out the API functionality for those sites and see if there is any way to get the info that you need (in this case that someone liked this content or subscribed) and if they did, you'd unlock that content that you mentioned.
Your answer
Follow this Question
Related Questions
Can't build after importing facebok SDK 7.10.0 2 Answers
android game crash after posting on facebook through native app 1 Answer
Problem Integration Facebook with Unity 5 On Android 0 Answers
failed to re package resources facebook sdk 3 Answers
CloudBuild Facebook SDK issue not on device - issue with looking for .dll in Library folder 5 Answers