i implementing paypal xamarin android application.
using oauth2authenticator
access token, however, keep getting
response: waiting activation, method={null}
i have tried using paypal web services alternative (https://www.sandbox.paypal.com/wsdl/paypalsvc.wsdl) exception on call:
paypalservice.paypalapiaasoapbinding pinterface = new paypalservice.paypalapiaasoapbinding ();
i have added myself developer on client's paypal account. appreciated.
it looks might trying use oauth2 older "classic" soap api. don't believe 2 compatible.
also, should careful never embed sort of client secret binary application distributed widely, quite easy recover , use unauthorized access account.
Comments
Post a Comment