I have a Wordpress site (running PHP) that needs to display its own analytics data to visitors using the google-api. I want to create the charts in Javascript, so I need to fetch an auth token from the PHP code and then pass that to the Javascript code. I can’t figure out how to get the auth token. So far,
Tag: google-api
OAuth2 token, message: ‘{ “error” : “access_denied” }’ returned when I try to update Google Calendar using OAuth (Service Account)
I am using Google Standard Library for PHP for using Calendar Service and I have set up a Service Account type for OAuth 2.0 Authentication through Google API Console. My main objective is to update …
Google Calendar API PHP listEvents not retrieving all events
i am trying to retrieve ALL of the events using the Google_CalendarService. So far I am retrieving everything with recuring events, but there are some events that don’t show up. Example: I have …
How can I get stock quotes using Google Finance API?
I’m looking for access to financial data from Google services. I found this URL that gets the stock data for Microsoft. What are all the possible parameters that Google allows for this kind of HTTP request? I’d like to see all the different information that I could get. Answer There’s a whole API for managing portfolios. *Link removed. Google no