[ad_1]
Hi..
I successfully connect my Developer account with Line Official Account, so inside Line Login setup I open or connect Line Official Account. So when users do login, they can add our Line Official Account.
But after I modified LINE wp_redirect to add bot_prompt=’normal’wp_redirect("https://access.line.me/oauth2/v2.1/authorize?client_id=".$theChampLoginOptions['line_channel_id']."&response_type=code&scope=openid%20profile%20email&state=". $lineLoginState ."&redirect_uri=".urlencode(home_url()."/SuperSocializerAuth/Line")."&bot_prompt='normal'");
The email required confirmation form didn’t show up because the callback only homepage URL without ?SuperSocializerEmail=1&par=377676839
The page I need help with: [log in to see the link]
