PHP和MySQL Facebook连接教程
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP和MySQL Facebook连接教程相关的知识,希望对你有一定的参考价值。
This is a tutorial I've found for integrate Facebook Connect function with your web community.
// // this is just a bit of the code of the tutorial: $fb=new Facebook( FB_API_KEY , FB_SECRET ); $fb_user=$fb->get_loggedin_user();
以上是关于PHP和MySQL Facebook连接教程的主要内容,如果未能解决你的问题,请参考以下文章