In my app, users have the functionality of uploading a recording they made onto SoundCloud. Is there a way for me to know how many songs have been uploaded through my app? When a user tries uploading a song, they have to sign in and it asks “Allow ‘APPNAME’ to access your account?” so I’m assuming there is some way. But I can’t find one, either programatically or on SoundCloud’s website. Any help would be appreciated.
Share
You can access
api.soundcloud.com/apps/:app_id/tracksto get all the tracks uploaded by that app, but it doesn’t tell you the totals.