Best practice zend framework + faceBook Api

南笙酒味 提交于 2019-12-08 11:15:26

问题


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/


来源:https://stackoverflow.com/questions/2445978/best-practice-zend-framework-facebook-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!