I am trying to develop an app which needs to access google developer API by using developer email.I have gone through official documentation.I don't understand much.I created client id by following this instructions.https://developers.google.com/android-publisher/authorization
But for generating token they mentioned to call this API "https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/androidpublisher&response_type=code&access_type=offline&redirect_uri=...&client_id=...".I have client id but I don't know the value for redirect URI in case of android application.objective is I need to get all reviews of the app from developer credentials.Pls anyone help.Thanks in advance
If you don't know what you are doing, you might find it useful to look at the code samples
Related
do you know any good documentation of Android contact tracing API that Google and iOS jointly worked on? I found one
https://blog.google/documents/55/Android_Contact_Tracing_API.pdf
But the documentation does not make any sense to me.
Do you guys know link of any good doc?
You might want to try out this reference application Google released. You can run it, but you won't be able to enable exposure notifications or call the other APIs unless your account has been authorized by Google as associated with a public health authority.
If you are not working for an authorized public health authority, you can still write code to use Exposure Notification transmissions, but not using the custom APIs. Read here for how you can do that
I have API key of the server, sender id and package name.
How do I use these details to have a google login in my android application.
Please tell stepwise procedure of this.
I pressume you are talking about Gmail, If so, take a look at the following link.If you have any further problems, ask about them.
https://developers.google.com/gmail/api/quickstart/android
Good luck :)
I want to access Gmail credentials for log in in my Android application. I searched for this on Google but i didn't get any solution. Please give some reference links.Is there any SDK for that?
Any help would be highly appreciable.
All google services are uing OAuth 2.0 (Gmail, Drive, etc.)
Please take a look Using the Google APIs with OAuth 2.0 in Android
Read this may this helps you
http://developer.android.com/google/play-services/auth.html
There is an sample in your sdk/extra check it.
/extras/google-play-services/samples/auth
I'm building an app on android that has the features of Log-in with facebook and Log-in with Google. Assuming the user chooses to login with google, I would like to ask for permission and collect basic information such as name,age,sex,location,email from his profile and save it on my server's database.
Here is the problem: Which api should I actually use to grab these info? I don't think google+ api would be a proper choice since not every google user has one. After checking Google-api-java-client documentation, I still cant find anything useful.
There seem to be no library for this basic operation.
The only thing that seems relevant is Google Apps Profile API but
1. it's outdated.
2. Its not free.
I'm too confused and I hope someone can guide me through this nightmare.
Edit: found some new relevant info but I'm still hoping to find an official java library for this:
https://oauthssodemo.appspot.com/step/1
Found what I was looking for: http://javadoc.google-api-java-client.googlecode.com/hg-history/c35433d3077dc4eb89dccb25618dc70dbd375d65/apis/oauth2/v2/com/google/api/services/oauth2/model/Userinfo.html
Now we can use google clound print on our application. But I found nothing download in its site which only has a simple document.
What I want to know is where can I download the API and where can I get an android example using google cloud print.
Thanks in advance.
Still the API for Android phone is not availabe. I also checked its website and its giving '404' Error. Instead you can use Cloud Print App and can integrate this app in your android app to print jobs of your interest.
you can find Android example how-to here:
https://developers.google.com/cloud-print/docs/android
It uses WebView, and don't forget to add Internet permisson into manifest, if you don't have it there yet.