我想在我的网站上实现以下内容。我已经在互联网上做了一些广泛的搜索,但是找不到关于如何实现它们的具体例子,我正在使用mvc框架在php中开发这个站点。
1. Would like to have facebook login used to login into my site. How to use the sessions is what I would like to know?
2. I would like to make posts to the facebook-wall of the users registered in my site. Also if possible sent messages to them through my code whenever a new post is made to my site.
谢谢你的帮助。
发布于 2011-03-10 16:27:25
对于登录和注册,您可以签出http://developers.facebook.com/docs/guides/web/。
这是为墙壁张贴,你应该能够实现它在任何语言。它是一步一步地给予的。http://thinkdiff.net/facebook/graph-api-iframe-base-facebook-application-development/
https://stackoverflow.com/questions/5256282
复制相似问题