开发者

I've made an app in Unity and want it to be part of Facebook with ads down the side like Farmville. How do I do this?

开发者 https://www.devze.com 2023-04-04 02:57 出处:网络
I\'ve made an app in Unity and want it to be part of Facebook with ads down the side like Farmville. How do I do this? I used the Unity Web Player HTM开发者_C百科L page and all that happens when I cli

I've made an app in Unity and want it to be part of Facebook with ads down the side like Farmville. How do I do this? I used the Unity Web Player HTM开发者_C百科L page and all that happens when I click 'Go to App' is it just sends me to this page. Help?


The Unity part of your game is just the client-side part of the application; you also need to develop a server-side part of the application. The server side part of the application doesn't have to be complicated; I would recommend some PHP or something to integrate with Facebook's services, but at a minimum you just have to host the page on your own web server and tell Facebook to point to that. Facebook doesn't actually host your webpage, you simply tell Facebook where to link to.

As for the ads, some ads are automatic and part of Facebook. Any additional ads you want to run come from a 3rd-party ad network like RockYou.

0

精彩评论

暂无评论...
验证码 换一张
取 消