FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
322 stars 140 forks source link

Missing parameter fos_facebook.channel.expire - error 500 #293

Closed dkorsak closed 10 years ago

dkorsak commented 10 years ago

The parameter "fos_facebook.channel.expire" must be defined. For URL /channel.html

dkorsak commented 10 years ago

Any progress?

diegoholiveira commented 10 years ago

If you take at look on the Configuration class, you will see that there is a default value for the fos_facebook.channel.expire: https://github.com/FriendsOfSymfony/FOSFacebookBundle/blob/master/DependencyInjection/Configuration.php#L58

Try to use the master branch. If the problem persist, can you provide some unit tests that expose the bug?

thanks a lot