chok / sfMelodyPlugin

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

Class sfOAuth2 not found #53

Closed JunniH closed 12 years ago

JunniH commented 12 years ago

I've integrated the sfMelodyPlugin into my Symfony 1.4.x project, to implement Facebook Connect (Authentication).

The plugin shows me the Facebook Login & app approval windows, but after submitting I get the following error:

Fatal error: Class 'sfOAuth2' not found in /Users/Junni/Projects/gifthings/plugins/sfMelodyPlugin/lib/melody/base/sfMelody2.class.php on line 2

Class sfMelody2 extends sfAuth2, but it isn't included in the plugin, nor is it in the sfPropelOAuthPlugin. Am I missing something?

Thanks in advance!

chok commented 12 years ago

Hi,

This class is in the Base submodule of sfPropelOAuth. Did you initialize submodules ?

JunniH commented 12 years ago

Hi Maxime,

Thanks for you answer and sorry for my late reply…I was on holiday. I did initialize the submodule but got another missing class. In the meanwhile I've used the Facebook API to get the needed results :)

Groetjes, Junior

Junior Hemelaer Founder CryptoNet.be

On Tuesday 19 June 2012 at 11:24, Maxime Picaud wrote:

Hi,

This class is in the Base submodule of sfPropelOAuth. Did you initialize submodules ?


Reply to this email directly or view it on GitHub: https://github.com/chok/sfMelodyPlugin/issues/53#issuecomment-6420217

chok commented 12 years ago

Ok, so I close the issue :)

Maxime