yii-eauth
yii-eauth copied to clipboard
An error after facebook authorization
I'm getting an error after authorization via Facebook: Undefined index: link in ...../vendor/nodge/yii2-eauth/src/services/FacebookOAuth2Service.php at line 55
As I understood this is because the settings of my facebook application, but I can't find such option. Can you help me? I think it will be useful to write about setting your extension needs in readme file.
Hi Mike. I have the same issues... How are you fix it?
Vladimir, I didn't find information about settings. I wrote my own FacebookOAuth2Service to avoid this. It doesn't read this parameter from facebook, but compose profile link by itself. It's a very bad solutuion, but I can't find other.
Mike, thank you for your response. I am too, made my own module.