Is there any sample facebook application in PHP available somewhere that i can look at and see how things work? I'm trying to developa a application 开发者_JS百科all the resources that i seem to find are with the old php-facebook sdk.
https://github.com/facebook/php-sdk/tree/04168d544f71293fab7622fa81161eef51db808e
get into "examples" and look at the file: example.php
Facebook's own documentation is very good too: https://developers.facebook.com/docs/
精彩评论