Search Results

1
vote

How can I verify a Google authentication API access token?

Maybe you should be using Google's OpenId api, not OAuth? OAuth is for making requests to a specific vendors (Google in this case) web API. You shouldn't hijack Googles OAuth tokens for use on anot …
0
votes

Where to get started with APIs

Woah I've heard this before. You dont want to rush into learning APIs, you need to get aquainted with a nice little programming language first. Once you have a little bit of programming skill the m …