javascript - Sending OAuth token with API request? -
i need details google+ activity id , while i'm successful of time api key, require oauth token sent along request them seen or returns not found.
my question is, how can send token along api request?
so far i've been doing in javascript:
https://www.googleapis.com/plus/v1/activities/' + activityid + '?key=myapikey
i have token requested , stored part of program i'm missing how send along request.
i'm doing comments.list javascript need having oauth 2.0 toggle switch right turned "on".
Comments
Post a Comment