I tried integrating sfPHPOpenIdPlugin , but it ended up in a deadlock because it was created for Symfony 1.2 and uses legacy PHP features; I also went with sfGoogleLoginPlugin , which authenticated correctly, but does not have the advanced ability to retrieve user information (+ would limit me to Google;).
I think the most viable solution is to link to one of the various PHP libraries available in my model.
I am wondering if anyone has any successes / hints with such integration and which libraries should be considered?
Update:
Having understood this as a concept, I switched to using sfTwitterAuthPlugin for my portfolio and any symfony-based web applications.
For everyone who is interested, the version on the official plugins website does not contain some useful features, I actively support the improvements in https://github.com/stevelacey/sfTwitterAuthPlugin .
Steve source
share