Questions tagged [behance-api]

22 questions
0
votes
1 answer

Nothing works with my Behance API Key

I've tried to use a multitude of different scripts with my Behance API key to try and create an online portfolio updated automatically through my managing of my Behance Profile. The one I'm using now is the simplest I've found, using only jQuery,…
J Robz
  • 185
  • 10
0
votes
1 answer

Handlebars.js - Combining Templates

Each section of my code below creates a new handlebars.js template to call the "User Behance API". As you can see, each section has similar code, with a variable or two difference. Is there a way to clean up this code, and combine these separate…
Bryan Counts
  • 111
  • 1
  • 1
  • 8
0
votes
2 answers

separating a field containing commas

Using handlebars.js and the Behance API - {{user.sections.[availability]}} outputs - Full-Time, Contract, Relocation. I would like to have each comma separated word output as its item, similar to the following:
  • Full-Time
Bryan Counts
  • 111
  • 1
  • 1
  • 8
0
votes
1 answer

How to add project to my portfolio on Behance?

I want to add projects on Behance. But I am not able to add any projects. I dont understand which format I supposed to add. I am new to stack-overflow. Please help me to these problem. If i am not clear my question please post comments , i will edit…
dijatul
  • 19
  • 1
  • 7
0
votes
1 answer

Behance API property name is number

I'm using a request link to get the projects of a user. It returns many following: { id: 123456, name: "Deneme 2", published_on: 1427213730, created_on: 1427213604, modified_on: 1427213730, url:…
Burak Karakuş
  • 1,368
  • 5
  • 20
  • 43
0
votes
0 answers

ReferenceError: Behance is not defined

I am trying to start working with the Behance API, I have following scripts included: bundles.Add(new ScriptBundle("~/x1").Include("~/scr/jquery.js", "~/scr/jqueryui.js",)); bundles.Add(new ScriptBundle("~/x2").Include("~/scr/backbone.js",…
Maven
  • 14,587
  • 42
  • 113
  • 174
-1
votes
1 answer

JSON request with Angular Displays an Empty Response

I believe Angular is loading the page before it receives all the information from JSONP. If I refresh the page a couple of times I do get the information to display; however, it is not constant. My code is almost the same as the code I am using on…
zach57
  • 442
  • 4
  • 20
1
2