• Resolved dogriad38370

    (@dogriad38370)


    Hi I added a new permission in the scope (line 245 in nextend-facebook-connect.php) :
    $loginUrl = $facebook->getLoginUrl(array(‘scope’ => ’email,publish_actions’) );

    But a registered user when he logs back into my website can’t get asked the new permission (publish_actions) ! Instead he’s directly redirected to the website !

    Any ideas how I can resolve this ? Knowing that I’ve already added the permission into my app as well !

    https://www.ads-software.com/extend/plugins/nextend-facebook-connect/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nextendweb

    (@nextendweb)

    Hi!

    I think that the user have to accept the permissions only once, so when the second time he log in, he will not be asked to approve the permissions again.

    is it wise to alter the code like this due to updates? what happens when the plugin is updated, this code alteration may break correct?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permissions’ is closed to new replies.