Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

restore $config['app_id'] variable #1220

Open
adeliofioritto opened this issue Jan 10, 2021 · 0 comments
Open

restore $config['app_id'] variable #1220

adeliofioritto opened this issue Jan 10, 2021 · 0 comments

Comments

@adeliofioritto
Copy link

In php-graph-sdk/docs/examples/facebook_login.md , seams to restore $config['app_id'] variable like...

$config['app_id']='my_app_id';

$fb = new Facebook\Facebook([
'app_id' => $config['app_id'],
'app_secret' => 'my_secret_app',
'default_graph_version' => 'v2.10',
]);

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

No branches or pull requests

1 participant