playMaker

Author Topic: I would be amazed  (Read 2977 times)

zombie_farm

  • Playmaker Newbie
  • *
  • Posts: 39
I would be amazed
« on: May 05, 2013, 01:49:31 AM »
If PM can do this.. I want to make a social monitization script/FSM that would
 give away an app if someone posts my app to Facebook

 I would like to have a script that allows me to:
     -put a message in a Facebook post,  "This is a great bedtime story!!" (customizable by me)
     -add the link to itunes or Google Play in the post on FB
     -allows the user to download a free version of an app.

Im thinking the script would act something like:

FACEBOOK
 - I create a polygon in the scene
 - Add the script and texture to the polygon/button (it is now touchable)
 -insert the message post
 -insert the link to google Play or iTunes (this seems to pull in the info and display the icon in my test)
 -once that is done the user would then be allowed to download the app (Im assuming we would have to host that ourselves?