Not able to get Aadhaar API and proper documentation from Uidai Developer Section for Otp Aadhaar Kyc - aadhaar

we call the aadhaar api to genrate otp on user registered mobile no and then verify the otp for aadhaar kyc. But i am not able to get the exact aadhaar api and No Proper documantation from uidai developer section.
Uidai developer section sandbox enivornment : https://www.uidai.gov.in/en/ecosystem/authentication-devices-documents/developer-section/916-developer-section/data-and-downloads-section.html
I try to understand how to use these api and keys given in above link. but as i am beginner i find this think hard to understand without any proper documentation.
Help will appreciated and thanks in advance.

Related

Verification process for google picker

my dev and I would like to implement the google picker on our website. It will allow the web-visitor to upload their files from their Google drive to our website.
My dev is now trying to get the API for the google picker however they are asking for a "demo video that showcases the process to request an OAuth token" and we were wondering how we should do it when we don't have the API from google.
We are doing all of this on the staging site and we were wondering how are we suppose to do this demo video when the API is not provided and not installed.
please enlighten us, thank you!
See the question How can I make sure the verification process is as streamlined as possible? in the FAQ. It explains what the verification team is looking for with the video. Mostly it's just about showing how your product uses OAuth and the various APIs -- in your case how it asks for access to Drive, how the picker is used, etc. You're showing the integration from the user perspective.

Google get email proper scopes

A lot of the documentation on google talks about the email scope to replace the https://www.googleapis.com/auth/userinfo.email, pared with the endpoint https://www.googleapis.com/userinfo/v2/me. Documentation found here https://developers.google.com/+/api/oauth#email.
Yet there is more documentation that states even that is being replaced in favor of the plus api and endpoint and the people.get endpoint. Documentation found here https://developers.google.com/+/api/auth-migration#email.
I have an application that needs to request the user email for both authentication and to verify they have installed our app.. A bonus is when I try to add the email scope to the developer console, or use it in my app, it tells me that email is not a valid scope.
My question is what are the proper scopes that need be applied in my app and in the google developer console? Need to be sure of this since the Google Apps Marketplace V2 has rules about prompting users.
You need to use the "email+profile" scope. That's the only way you will comply with the marketplace requirements to hide the user consent window.
Don't worry about the API console saying this is not a valid scope, it works when you provide it to the OAuth endpoint.
Here's an explanatory blog post with a sample in Java and all the required configuration steps.

How can I get hold of a Google Calendar API?

I'm trying to integrate my Google Calendar with a plugin I installed on my page.
To do so I need the ID and the API of the calendar.
I managed to find the ID following Google's support page, but it's hours now that I've been trying to get hold of the API.
Firstly this and more can be answered here: http://amazewebs.com ...the home to 1-to-1 google api help with lots of videos, guides, examples, templates and code submissions.
see demo: http://amazewebs.com/demo
To get a Google API you need to setup an API script to call the Google servers.
This can be achieved with OAuth Authentication with either:
a Client Account or...
a Service Account
Head to here to setup your API's & Auth:
https://code.google.com/apis/console
Head here for official documentation:
https://developers.google.com/accounts/docs/OAuth2ServiceAccount

how to start with Withings API in grails project

I went through some of the documents of the Withings API reference url and I registered my application here, even though I don't got any basic idea on how to start with this API like,
how to find user's detail?
who will approve our application and how the user will allow us to access their data? like a lot, please help me in this.

Developer API key issue for AOL

I am creating one new application using AOL login. For this I require developer api keys.I get the api keys for Facebook,twitter . But for aol.com , when I open dev.aol.com it redirects to www.aol.com always. Please anybody suggest me how to get APi kes for AOL . Why is this redirecting to home page ? Please reply
It looks as if the AOL Open Auth API has been discontinued.
http://www.programmableweb.com/api/aol-open-auth
http://www.programmableweb.com/api/aol-open-mail
All links that used to point to its documentation now point to the main aol.com website.
I also just called AOL and the technical support representative was unable to find any information at all on any developer APIs.
Sorry, looks like you're out of luck.