Hello,
I have create my game and I want to publish it as soon as I finish the the function of Rate and Share to FB (facebook) buttons.
for the rate I saw this tutorial https://developer.coronalabs.com/category/tags/rate
local rateit = require(“rateit”)
rateit.setiTunesURL(1234564)
rateit.setAndroidURL(1234564)
function buttonTouched(event)
rateit.openURL()
end
may I know what to put or replace the “1234564”?
and in the Share to FB button, I just want to capture the current screen and post to users fb account with the name of the game or messages…
thanks…