Please add all places associated with "perms" to "scope". Example: "
if (response.session) { // logged in and connected user, someone you know if (response.perms) {
"
to
"
if (response.session) { // logged in and connected user, someone you know if (response.scope) {
"
Feel free to have any problems.
Good luck.
source share