What is better way to integrate facebook api, in zend framework, for login I can implement Zend_Auth_Adapter_Interface but I found something like Zend_Service_Twitter, and thinking if I should implement Zend_Service_interface and what are the odds, sorry haven't looked at the architecture of Zend_Service yet, but any advice would be appreciated and would save me time from going to wrong direction
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
While a proposal for a Zend_Service_Facebook exists, the developer didn't release anything to the public yet. You can have a look at http://pear.php.net/package/Services_Facebook and especially Services_Facebook_Auth from this package though.
Also see this blog post:
- http://blog.madarco.net/91/build-a-facebook-application-with-zend-framework/