Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook: The parameter app_id is required #32

Closed
quirinpa opened this issue Sep 21, 2015 · 5 comments
Closed

Facebook: The parameter app_id is required #32

quirinpa opened this issue Sep 21, 2015 · 5 comments

Comments

@quirinpa
Copy link

It happens when i try to connect to facebook. Probably due to recent updates?

@simov
Copy link
Owner

simov commented Sep 21, 2015

Post your configuration here, it works on my end.

@quirinpa
Copy link
Author

export default {
    server: {
        protocol: config.protocol,
        host: config.host + ':' + config.port,
        callback: '/callback',
        transport: 'querystring',
    },
    facebook: {
        key: '{facebook app id}',
        secret: '{facebook app secret}',
        scope: 'publish_actions',
    },
};

I probably should have experimented a bit more but i'm on a tight schedule i apologize.

@simov
Copy link
Owner

simov commented Sep 21, 2015

Your configuration looks correct. I'm not able to reproduce the bug. Can you try with this example? Just follow the instructions, if that works for you, then the problem is somewhere in your code.

@simov
Copy link
Owner

simov commented Sep 23, 2015

Let me know if you have any other issues.

@simov simov closed this as completed Sep 23, 2015
@quirinpa
Copy link
Author

Sorry @simov i'll try to do it when i can and i'll keep you posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants