I am building a library in Zend Framework to make my web app easier to work with Facebook. So far I have modified on Zend_Oauth and create my own Oauth library so it fits with Facebook Oauth Scheme and it seems everything working well just I haven’t put down any comments yet because i still investigate what I have missed so far.. (Zend_Oauth Library seems to have more functionality which I have omitted some functions because they seem not fitting with facebook Oauth such as Post Header method which I think I can only work on Get method, but I am still investigating on it…)
(more…)
Oauth
My Zend_Auth_Adapter for Twitter
Inspired from A TWITTER ADAPTER FOR ZEND_AUTH, I created my own version of Zend_Auth_Adapter for Twitter. It is similar, but I have used Zend_Oauth instead and I did not create my own Zend_Auth_Result.