Unable to change any part of that Google Login screen then? Not even to show the selected API endpoint, which would at least show the name that would scare users less?
I knew the updated Google login screen was coming, just might be a bit jarring for users to see a third party is asking for their approval, and not our site.
Thanks for the suggestion there, it only appears to be an issue when the account is trying to be linked.
I was only doing Facebook for testing, and was emailing myself the is_verified value from this account once I'd got to the
oa_social_login_act…
Sorry for the double post, but is there a way to either ignore the verified, or change it's value, so it will be accepted regardless? IE most of the sites ask you to create an account and verify/confirm it via a link that is sent to it.
I'm trying …
I turned on all of the debugging, and found errors that were stopping the site from generate cookies. Now the plugin works as expected, and I am not able to break it. Consider this one resolved
I use BuddyPress, and it is having issues with writing cookies there too. The function bp_core_add_message should write a cookie that it then reads after a page refresh, this is not working.
What cookie should your plugin write?
No, I don't believe I have, I try to avoid modifying files in plugins where I can, and use hooks/filters to achieve what I need. Would it be advisable to remove the plugin and place back in again?
So I could control how the social network icons wer…
Sorry about that, had been collecting a list of what items were available from each social network we had enabled to know what could be put directly into the profile fields, and I'd left the var_dump enabled over night.
I have removed that, and you…