Question 1: How can I access comments via gdata api for Google Document?
Can somebody provide me a sample code or link to some documentation?
Is that possible?
Question 2: How can manage (reply, add, resolve ...) Google Document via gdata api?
Can somebody provide me a sample code or link to some documentation?
Thanks
There's no GData API to access comments in a Google document.
You can use the Document services in Apps Script to programmatically access the content of a document from your script:
https://developers.google.com/apps-script/service_document
Related
I am using SharePoint as a DMS for my app.
Via the SharePoint API I am uploading, and downloading files, and retrieving folders and files.
I have been using the standard url blueprint:
https://{{TenantName}}.sharepoint.com/sites/{{SiteName}}/_api/web/...
I need to add a full text search in the app. I need to be able to send a queryString parameter to the API, and to get returned all files that contain that string. Not in their name, but in their content.
Is that even possible? Could not find it online. Any help is greatly appreciated.
As far as I know, you can use the following REST API to search in SharePoint:
GET http://{server}/_api/search/query?querytext='sharepoint'
I suggest you can refer to this document: SharePoint Search REST API overview
Hope it can help you.
I read through all the dev docs stuff at https://developers.facebook.com, but I found no simple solution to solve that one simple question. I want to display my own posts detail at my website. Is that even possible?
This is possible using IG Basic Display API and the GET /{user-id}/media endpoint
You will need to build a Login flow which is described in the Get Started guide
https://developers.facebook.com/docs/instagram-basic-display-api/getting-started
https://developers.facebook.com/docs/instagram-basic-display-api/reference/user/media
I have created an agent in the dialog flow and I want to use that agent in the Appian BPM. For integration, I have used google service account JSON file
but I do not find the base URL what URL I have to keep
I want through this link https://dialogflow.com/docs but I didn't find anything in it.And I also tried https://dialogflow.googleapis.com/v2beta1/{session=projects//agent/sessions/}:detectIntent this i didn't understand how to use.
Can some please explain clearly with a proper example
For reference please check this link:
https://photos.app.goo.gl/agNkDFgQkxomJZBb9
As per https://cloud.google.com/dialogflow/docs/quick/api#detect_intent, it's https://dialogflow.googleapis.com/v2/
Btw, the Google Photo link you shared doesn't work for me.
This question already exists:
Instagram/Facebook deprecating many APIs [duplicate]
Closed 4 years ago.
As a result of their Cambridge Analytica damage-limitation, Facebook have just announced a bunch of immediate changes to the Facebook APIs and the Instagram APIs.
I have a running project that makes heavy use of Instagram API users/self/media/recent
Reference Link: https://www.instagram.com/developer/changelog/
According to this reference url, api /users/{user-id}/media/recent is depriciating soon, So in my case I am also making use of /media/recent api but on {self} and not using {user-id}.
So my question to you guys is - Are both of these API's same and both are going to be discontinued? (I strongly hope thats not the case :) )
If yes, then what is the possible alternate to fetch instagram recent user feed?
Thanks in advance.
yes, you can get this data
check this link
https://www.instagram.com/selenagomez/?__a=1
just change your username and you will be able to fetch data
They are the same (when using 'self' obviously), it will be deprecated
sometime in the future but not just now, I just tested them and it
works
https://api.instagram.com/v1/users/self/media/recent?access_token=[YOUR_ACCESS_TOKEN]
This endpoint is now retired, so this response is no longer valid. Should I delete or just let this edit ?
This API endpoint like all old Instagram API will be deprecated. You can read the note here: https://www.instagram.com/developer/
They are migrating to Facebook Graph API. I believe that all developers using old Instagram API will have to migrate at some point to FB Graph API. Currently there is no support for fetching media from regular users. FB Graph API is running only for Instagram Business Accounts.
Most probably they will add support for regular Instagram accounts in the future. They are adding new endpoints so sooner or later equivalent to /users/self/media will be available in Graph API.
There is a search API can be used by developers to conveniently query posts, people in Facebook. But is there a full list of the parameters supported by the Facebook search API?
Facebook official docs provide what you need .graph api reference page has nice table describing what are various fields that can be used to call graph api.
Few links to use graph API and its reference
https://developers.facebook.com/docs/graph-api/using-graph-api/
https://developers.facebook.com/docs/graph-api/reference/
Github gist of Facebook Cheatsheet
https://gist.github.com/stevedev/1097432
Ill assume you did not find/read their website on FQL, so Ill give you that address now.
https://developers.facebook.com/docs/reference/fql/