help wanted
Metriche repository
- Star
- (1 stella)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
dribbble released their API version 2 which breaks this module.
The API v2 does require an oAuth authentication using client_id and client_secret.
Here are the steps for upgrading to the new API:
- Register a new app
- Make a
GETrequest tohttps://dribbble.com/oauth/authorize?client_id=CLIENT_ID - Copy code you receive from response
- Make a
POSTrequest tohttps://dribbble.com/oauth/tokenwith the body parametersclient_id,client_secretandcodewhich will give you your access token - Make a
GETrequest tohttps://api.dribbble.com/v2/popular_shots?access_token=ACCESS_TOKEN
Unfortunately dribbble does not allow to get a list of popular shots anymore
Note: This is available only to select applications with our approval.
http://developer.dribbble.com/v2/shots/#list-popular-shots
I already asked on Twitter and Stackoverflow for help / advise but still waiting for any response.
If anyone could help out with finding a solution, feel free to post your progress below.
Thanks