Note that there are some explanatory texts on larger screens.

plurals
  1. USPhil Rasmussen
    primarykey
    data
    text
    plurals
    1. COYep i have done something similar and it's working really well especially with the requirement to have multiple tag searching as I can now search the cached JSON files direct which contain a list of all tags per media item in the results. The only trick is how to get as many results as possible (ie.100+) sitting in the cached results at all times as Instagram only lets me grab 30 at a time. I was going to try using the paging options to try and pull back more using a CRON job in the background. I love the idea of multiple accounts being used to switch the ID's very clever :)
      singulars
    2. COHi Travis thanks for the response. After mucking around with this for another 5-6hrs today i finally found out what the problem was. Instagram documentation misleading! The scope doesn't appear to work when passed during the 3rd phase of the Authentication no matter how many ways i try and pass it, so I went back and tacked the scope=likes+comments+relationships onto the https://api.instagram.com/oauth/authorize initial step and it worked! So i ended up wasting around 10hrs due to misleading documentation from Instagram on where to place the scope argument.
      singulars
    3. COUnfortunately no errors are being logged just a blank screen when i visit the site. If i comment out this rule the site is fine and all other rules work as normal.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload