@admiretheweb@dribbble We recently shutdown Dribbble's v1 API and have moved to v2. We only grant this end point to a few apps at this time and won't be adding any new apps to the list.
@arl1nd While the v1 API accepted either OAuth or the read-only access token, the v2 API accepts only OAuth. See developer.dribbble.com/v2/oauth/ for details.
@dribbbleapi I've used access token previously to fetch user shots, however now its returning 401 error. Checked application page and there is no access token string anymore! How its possible to fetch user shots (read-only) via JS library
@sweeetjd While the API can show information about the user's projects (see developer.dribbble.com/v2/projects/), there's not currently an endpoint which lists shots in a given project.
@dribbble@dribbbleapi In your API v2 blog post you said "We will continue to provide an endpoint to designers to list their own shots". Where can I find more info on this? I am looking to display my shots on my custom website.
@muv_mind We recently shut down the Dribbble API v1 and moved to API v2. Client access codes don't exist anymore, so you'll have to go through our OAuth process. More info on the API updates: developer.dribbble.com/changes/ More info on the OAuth process: developer.dribbble.com/v2/oauth/
@mamunsrizon You can get the team shot list via the shots endpoint developer.dribbble.com/v2/shots/ using a team's oauth token. To get a team oauth token a team owner must act as the team _before_ going through the oauth flow. Instructions on acting as a team here: #how-can-owners-act-on-a-teams-behalf" target="_blank" rel="nofollow noopener">help.dribbble.com/#how-can-owner…
@electerious At this time the owner will need to act as a team ( following the instructions here: #how-can-owners-act-on-a-teams-behalf" target="_blank" rel="nofollow noopener">help.dribbble.com/#how-can-owner… ) before starting the oauth process.
@dribbbleapi But the oauth login redirects to the callback URL and the response token only gives access to the user account, not to his team account. No chance to act as a team in this process.
@dribbbleapi Is it possible to get all shots of a team with the new v2 API? I can't find a way to do so as the team has no login… It was possible with v1.
@dribbbleapi Correct me if I'm wrong, but I thought the team account is managed by team owners which means that the team account has no dedicated login.
@dribbbleapi My mistake, the question is still relevant. I thought I found it, but I was looking at v1. Is it really not possible to get all team shots with v2?
@dribbbleapi How do I get a list of popular shots with your new API V2?
According to the docs (#list-popular-shots" target="_blank" rel="nofollow noopener">developer.dribbble.com/v2/shots/#list…) this is only available to selected application by you.
I could not find a way to request approval for my app or any other way to get access. Any help or advise?
@levidjones Check out #pagination" target="_blank" rel="nofollow noopener">developer.dribbble.com/v2/#pagination for information about pagination that works on most endpoints. I think that's what you're after.
@dribbbleapi I used v1 to pull my shots to my portfolio, but it's no longer supported so I am setting it up with v2.
My shots displayed are automatically being limited to 12. How can I increase that to display all of them? shots_count isn't working.
See: levidjones.com/portfolio.html
@zer0xtgs As noted in the API documentation (#list-popular-shots" target="_blank" rel="nofollow noopener">developer.dribbble.com/v2/shots/#list…), popular shots are limited to applications which have been granted additional access. To request access for your application, visit dribbble.com/contact?busine….