I'm using paypal's rest API
https://developer.paypal.com/webapps/developer/docs/api/
Whenever I use API to fetch orders etc I need a id and secret key to request access token. Then I can fetch them.
I'm thinking is there anyway to get the id and secret key via OAuth? Just like storenvy.com does. They connect with paypal login. Then fetches the orders / transactions.
Any idea?
Sorry didn't notice this question until now - this is currently not possible. What we intend to support in the near future is a way to obtain an Oauth access token from a merchant so you can make API calls on-behalf of them. No need to share API credentials. This is not yet available but will be available hopefully soon.