chok / sfMelodyPlugin

Allow to communicate with many services(google, yahoo...) throw OAuth
MIT License
45 stars 21 forks source link

oAuth php pecl library #3

Open fruit opened 13 years ago

fruit commented 13 years ago

Is it possible somehow to switch on PHP oAuth PECL instead of sfDoctrineOAuthPlugin?

I mean, to setup oAuth vendor by my self.

Or could this happen in next releases?

chok commented 13 years ago

In fact, sfDoctrineOAuth could eventually use the OAuth PECL implementation for OAuth 1 but the managment of tokens by Doctrine or Propel needs some extra methods to manage theses tokens.

It's possible to make another sytem wich have an sfOAuth1 and sfOAuth2 classes to work with sfMelody but not very different.