I have a question about DealSpot.
As the Facebook API Doc suggests, I want to add DealSpot in my game. I've tried the tutorial way to embed DealSpot, but it's not working. The icon does not display.
So I checked Ravenwoodfair and copied its code to my application. It's working fine.
The code is below:
TRIALPAY.social.render_dealspot_swf
({
id: "trialpay_video",
app_id: "120563477996213",
onOfferUnavailable: "removeTrialPaySwf('trialpay_video')",
mode: "fbpayments",
width: 250,
height: 100,
touchpoint: 2
});
But if I change the app_id
to my own app id, it's not working.
So how do I use DealSpot?