I am developing a google chrome extension which retrieves JSON from server after passing oAuth authorization. The json contains URL for images which I want to show on desktop notification. But I need to pass the oAuth access token along with this request as well. How can I do it?
I am developing a google chrome extension which retrieves JSON from server after passing
Share
Are you using a Google service to fetch the JSON and images from?
If so, you can try appending the oAuth token as the following get parameter in the image url.
eg.