Problem with initialization
See original GitHub issueExpected behavior
I tried adding the code below:
jQuery.fn.spectragram.accessData = {     accessToken: '[your-instagram-access-token]',     clientID: '[your-instagram-application-clientID]' };
Actual behavior
The console returns the following error.
Uncaught Error: Method [object Object] does not exist on jQuery.spectragram
Steps to reproduce this behavior
I am using jQuery version 1.13
Do you know what may be wrong? Thanks in advance.
Issue Analytics
- State:
 - Created 7 years ago
 - Comments:8 (4 by maintainers)
 
Top Results From Across the Web
Dealing with initialization problems
Problems writing to this directory are the most likely cause of initialization failure. A default cache name is created that includes the username...
Read more >Initialization Errors - ADM Help Centers - Micro Focus
Initialization Error - Driver Failed to Initialize. Communication is not active! There has been a problem initializing the driver.
Read more >A problem of order - constructor initialization
The real code was much more complex and so much harder to debug. ... }; In the real code the initialization was more...
Read more >Initialization Error Dead By Daylight FIX ? DBD ... - YouTube
... gamers nows the time to solo q knowing there's no baby survivorsWhen it will be fix? Error Dead By Daylight. dbd initialization...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi @nosugarsociety You need to pass the query with your username and the method
getUserFeed:Thank you so much. @adrianengine