-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Instajam always tries to pass an auth token, even if one doesn't exist. It would be nice if authentication was not required - the instagram API does not require it for all calls, the client_id can be passed instead.
A call to API.location.search generates this URL:
https://api.instagram.com/v1/locations/search?lat=53.23597&lng=1.42500&access_token=null&callback=instajam140685247595
Ideally if authentication isn't required it should generate this URL:
https://api.instagram.com/v1/locations/search?lat=53.23597&lng=-1.42500&callback=instajam140685247595&client_id=xxxxxx
Metadata
Metadata
Assignees
Labels
No labels