You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know it is an old post, but I couldn't find this question answered anywhere. Here for those who found this thread because of this issue.
I have the same issue and I think the confusion is that "xxxxxxxxxxxxxxxx" is supposed to be 'app_id' and 'app_secret' and not actual id and secret values. Opauth is looking for those 'keys' in 'strategy' array and I don't think the actual app id is supposed to be a key in that array. In short, we have changed $expects to actual values when it is meant to be keys it will have to look for in the 'strategy' array.
If it was another strategy,let's say 'google', $expects would be 'client_id' and 'client_secret', this changes based on the API used.
getting this error
Error: FacebookStrategy config parameter for "xxxxxxxxxxxxxx" expected.
File: C:\xampp\htdocs\abcde\app\Plugin\Opauth\Vendor\Opauth\lib\Opauth\OpauthStrategy.php
Line: 201
can you tell me how can i solve this issue??
The text was updated successfully, but these errors were encountered: