HI
I am testing the facebook plugin:
http://www.symfony-project.org/plugins/sfFacebookPlatformPlugin
I have put the route in and the keys, etc.
------------------------------------------------------------
{{{
all:
enabled_modules: [default, ..., sfFacebook]
}}}
Define this route:
{{{
sfFacebook:
url: /facebook
params: { module: sfFacebook, action: index }
}}}
define in app.yml
all:
facebook:
api_key: [from facebook]
api_secret: [from facebook]
callback_url: [your callback url]
------------------------------------------------------------
All I am getting at url.com/facebook is the :
Congratulations! You have successfully created your symfony project
default page.
But I am confused as to why I am getting it and I can't seem to get
around it.
The action and template exist.
The route exists - pointing to the plugin module and index
If I add the trailing slash or chage the route to include it, I get
facebook/index does not exist..
anyone with experience with this.
We are using symfony 1.1
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---