Paypal OAuth login example doesn't work as expected

前端 未结 5 1986
不思量自难忘°
不思量自难忘° 2021-01-15 05:06

I\'m following this interactive login example from Paypal\'s site.

  public ActionResult PaypalResponse(string scope, string code)
    {
        Dictionary&l         


        
5条回答
  •  渐次进展
    2021-01-15 05:46

    I had some issues with PayPal too, albeit not with this sample. I used nodejs. This library works fine, you might want to compare notes with the one you are using and see if you find any difference. (The endpoints are certainly different). See here specifically.

提交回复
热议问题