开发者

I want that my game could be played directly in Facebook

开发者 https://www.devze.com 2023-02-14 11:48 出处:网络
I have text-based game and I want that it could be played in Facebook directly. I th开发者_如何学Cink I am able to implement it, but where to start? Thank you very much.Checkout the PHP SDK here to ge

I have text-based game and I want that it could be played in Facebook directly. I th开发者_如何学Cink I am able to implement it, but where to start? Thank you very much.


Checkout the PHP SDK here to get started. It comes with an example app. https://github.com/facebook/php-sdk/

You should also read up on the API docs: http://developers.facebook.com/docs/guides/canvas/


Facebook has an API that uses json. You should probably prototype your game as a website first, then hook it into facebook when you're happy with how it works.

Then just hook it into the Graph API http://developers.facebook.com/docs/reference/api/

0

精彩评论

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