FriendsOfSymfony / FOSFacebookBundle

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

Routing problem #302

Open netozunitec opened 10 years ago

netozunitec commented 10 years ago

In the routing file, I import this resource "@FOSFacebookBundle/Resources/config/routing.xml" as the docummentation asks:

application/config/routing.yml

_security_check: pattern: /login_check _security_logout: pattern: /logout fos_facebook_channel: resource: "@FOSFacebookBundle/Resources/config/routing.xml"

But this file does not exist in my FOSFacebookBundle, What should I do?

diegoholiveira commented 10 years ago

What version are you using? This file exists on the master branch: https://github.com/FriendsOfSymfony/FOSFacebookBundle/blob/master/Resources/config/routing.xml

If you're not using the latest version, you don't need to import this file (and you can check the documentation related to your version here through the tags.