Questions tagged [behance-api]
22 questions
3
votes
0 answers
Behance Oauth Token Request Not Redirecting
I'm having trouble getting an oauth token from Behance. I'm familiar with how oauth works and I've followed the steps outlined here: https://www.behance.net/dev/authentication
My redirect_uri matches what I setup in my behance account, and is it is…

Stanley
- 559
- 2
- 5
- 11
2
votes
1 answer
Access-Control-Allow-Origin Error when using Behance API + Queryloader?
This is interesting. I'm using the Behance API to call some data from my profile on there to make a small portfolio carousel. I started catching these errors after I added QueryLoader2 to my webpage:
I tried to add

J Robz
- 185
- 10
1
vote
1 answer
Behance API not let me create API key
Behance isn't giving me the option to create an API key at all. I've tried logging in from a free and paid account.
The manage apps section isn't giving me the option to create an app either.
Screenshot of behance.net/dev/apps
I'm super confused.…

Vanaj Moorthy
- 29
- 1
- 7
1
vote
0 answers
How to Enable CORS in Behance API?
I am creating an Angular Application, In that, I'm calling a Behance API with Auth_token, But It's Throwing like this Error.

Ranjith Rana
- 154
- 2
- 6
1
vote
1 answer
Loading Data from Behance API in React Component
I am trying to load Behance project data via their API. Whether its localhost or prod, I am getting the following error --
Fetch API cannot load XXX. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin'…

Yasir
- 879
- 5
- 13
- 31
1
vote
0 answers
Can't get client_key from Behance
I have created a new app in behance and I got the client_id. But from where will I get client_secret key and how to set redirect_uri? I don't see any places to set this. I have created app from this url https://www.behance.net/dev/apps and what I…

Vishnu
- 324
- 1
- 3
- 17
1
vote
2 answers
Posting an image from Behance Api with AngularJS
I'm getting really frustrated and I know it must be a simple mistake I'm making. So, I'm trying to get some images from my account on Behance and display them on my own site. I'm using AngularJS. With the following code I'm able to get a…

zach57
- 442
- 4
- 20
1
vote
0 answers
JSONP sintax error pulling data from behance api, missing ; before statement
First off, I'm using angular js. I get syntax error that says missing ; before statement inside my console when trying to run the following function:
app.factory('behanceData', function($http){
var factory = {},
baseURL =…

Enok
- 13
- 4
0
votes
0 answers
having trouble connecting auth.services.adobe.com
I get an error when trying to log in to adobe, behance, etc. on my mac. Another computer in the same house logs in. I can even log in from my phone. what could be the problem?
thank you in advance for your support
Error code;
Failed to connect
An…

Çagatay Yelen
- 1
- 1
0
votes
0 answers
Trying to access the Behance API via fetch doesn't work but works via browser url
I'm having trouble connecting to the behance API. I registered my app, got my API key. And when I try it in my browser URL bar, everything works perfectly:
But whenever I try to fetch it via my app, it returns nothing (the body of the response is…

Saraband
- 1,540
- 10
- 18
0
votes
1 answer
Behance API does not display all projects?
The issue specifically is that when I am trying to retrieve the data from my behance portfolio, I only get 7 projects. I uploaded approximately 30 projects and they are not being returned by the Behance API.
It is not showing all the projects that…

Adrian Warholm
- 45
- 1
- 8
0
votes
1 answer
Ajax pagination, knowing the last page - Behance API - jQuery
I need to make an ajax pagination of a Behance Design portfolio using the Behance API.
I found out that in order to display all the projects from a design Behance portfolio using the API key, I need to paginate changing the query get at the end…

rolfo85
- 717
- 3
- 11
- 27
0
votes
1 answer
Incomplete Json - Behance API
I'm working with the Behance API to build a plugin. I got the API key and built the URL to get my project list data in JSON format.
The weird thing is that, the JSON is not complete at all, there are many project missing, 14 missing to be…

rolfo85
- 717
- 3
- 11
- 27
0
votes
1 answer
overflow auto, scroll, property is not working
I found this Theme which I've really fallen in love with.
start bootstrap template
I want to make my Portfolio website with this theme but here is the few changes I want it to make it happen.
When you click any of those thumbnails, other image will…
0
votes
2 answers
Behance API Endpoint for Team?
A simple quesition :
I was wondering there is possible to get projects by team ? (like getting projects on users)
https://www.behance.net/v2/users/{name}/projects?api_key={key}
I tried to insert my team name, So it does not work.
What I am missing…

l2aelba
- 21,591
- 22
- 102
- 138