Soundcloud created_at[from] and created_at[to] not returning expected results
问题 I am trying to single out a certain track on Soundcloud by setting the created_at[from] and created_at[to] filter as referenced on Soundcloud's API Docs a day before and after the track was created in combination with a genre tag to ensure only the expected track is returned. SC.get('/tracks', { // q: 'Diplo&Friends', genres: 'Diplo&Friends', //title: 'Boombox Cartel Diplo & Friends Mix', created_at: { from: '2016-01-26 00:00:01', to: '2016-01-28 00:00:01' } //ids: '243959257' }).then