Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

linkedin javascript api domain is restricted to localhost

I'm trying to use linkedin javascript api, but when I run a script I get an error 'javascript api domain is restricted to localhost'. Does anyone know what is that? Please, help!

like image 448
Dmitry Korobov Avatar asked Feb 20 '13 11:02

Dmitry Korobov


1 Answers

  1. Go to https://www.linkedin.com/secure/developer
  2. Click on the application name you're using.
  3. Add your domain to JavaScript API Domains:
  4. Save changes.

This should fix your issue.

like image 81
Samer Bechara Avatar answered Nov 14 '22 23:11

Samer Bechara