Monetizing Facebook games with the usual Offer Walls and the like

0 votes

Hi,

To get Facebook Canvas Payment working in full one needs to put there the server callback and (optionally) a dynamic pricing callback. Any Wall Offer (SupersonicAds in my case) needs two REST URL (grant and deny) to tell our backend what the user just bought... and I really can't find any documentation about how to manage this.

This is one of the callbacks from Supersonic Ads:

http://host.mydomain.com/grant.php?userId=[USER_ID]&eventId= [EVENT_ID]&rewards=[REWARDS]&item=[ITEM_NAME]

So basically: how can I do that on Sherpz?

Thanks,

Pino

 

asked Jul 29, 2014 in App42 Cloud API-BaaS by Giuseppe De Francesc (23 points)

1 Answer

0 votes

You can write custom code to have a POST callback from the third party server, however in this case you need a GET based callback where you can perform server side checks. You can do this using App42 Paas product where you can write a server side script using php/ruby/java/js language and use that HTTP end point url in your call back.

Let me know if it helps.

Thanks

Ajay

 

answered Jul 29, 2014 by ajay123 (899 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...