How to get user information From Paypal without payment like email , username , etc .. PHP -


i tried sample identity github every time error in uri , uri in paypal developer same uri in file (redirecturi) screenshots , code

use paypal\api\openidsession;   $baseurl =  'http://www.sweegy.net/controler/callbak_controller.php';       //get authorization url returns redirect url used user's consent $redirecturl = openidsession::getauthorizationurl(     $baseurl,     array('openid', 'profile', 'address', 'email', 'phone',         'https://uri.paypal.com/services/paypalattributes', 'https://uri.paypal.com/services/expresscheckout'),     null,     null,     null,     $apicontext );      echo  $redirecturl  ; 

?>

and error this screenshot error got when login


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -