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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -