We are in the process of building an app and would like to be able to write reviews for businesses that are members of our app(ie. connected to google business). I have checked the free api and it can only read and reply to current reviews but not create new ones. I have checked some similar apps and they claim its a Google Private API, so I have 2 questions:
Is there any way anyone knows to connect to Google reviews and create a new review in our app?
What is the process to get access to the private api?
Any help someone can give us would be greatly appreciated.
Thanks!
Related
We want to build a mobile app that will use Google Fit API, and I searched for some time, but I didn't understand if this API is free or not? Did anyone use this API? Does exist a free tier or can anyone provide a webpage where I can find prices for using this?
Thanks a lot!
I'm trying to create a personal monthly email that will summarize that months spending on Amazon.com. I have been searching for an API that will allow me to access my Amazon account information specifically pertaining to my orders to no avail. Does anyone know if getting information without having to web scrape is possible?
Any information would be appreciated.
Thanks
Hi, I want to get the user list in one Twitter post as picture shown. but I didn't find the API which I can get this kind of data on Twitter. Is there anyone know how can I get this data. Thanks
The official API does not include that functionality.
You will find that there are lots of actions which are available on the official website & apps which are not allowed in the API.
Sorry.
I'm working on a project where I have to import contacts from GMX and web.de. I search for one on their website for developer api but I cannot find any reference document. Are these websites provide any developer api? I see Xing.com uses these services for importing contacts and I believe they must not be using any screen scraping methods. Can some body point me to the right direction please? I appreciate your help.
I might have overlooked this, but I'd like to implement Google Talk and Google Hangout on my site and I'm looking for some kind of (official, preferably PHP) API call that retrieves the online/offline contacts of a Google+ user. (similar to the list of online contacts next to Gmail)
Is this API functionality available and is it possible to provide the user with the option to select contact(s) to start a Google Hangout with?
To start, you're likely going to need to leverage a few different APIs. Since I cannot add a comment to ask questions, here's a recommended reading list based on my recent work with the Plus & Hangouts APIs:
Google Plus - https://developers.google.com/+/api/latest/people/list - Collect a list of people in your circles. This will not tell you who's online or offline. May be optional (see #2). Unfortunately, this call is not available yet in the PHP Client Library, so I created one for my personal project and am waiting on some vetting to submit it back to the Google project. If you're interested, I'd be happy to share.
Google Talk - https://developers.google.com/talk/ - Use that query the Talk service to see who's online and/or offline.
Starting a Hangout - Seems this discussion # the developer group is similar to your question and can best point you in a good starting direction. https://groups.google.com/forum/#!topic/google-plus-developers/r_f7iweZ7c8
Hope that helps & curious to hear how it goes!