I am writing an app that would allow a user to authenticate via OAuth against Coinbase and fetch all the account balances. I have created an oAuth app on Coinbase portal and integrated the "official-sdk" pod into my app. However, when I try fetching accounts I only get my BTC account returned. When I use client id/secret from the demo app, I seem to get all of my accounts. Also, when I use client id/secret of the example app I get to retrieve all of my accounts.
Is there some sort of settings tweaking that I am missing for my Oath coinbase app?