Pinterest API : is it possible to get secret boards? - pinterest

Is there a way to fetch the list of the logged user's secret boards using the Pinterest API ?
I can't find it and I suppose it does not support it (which is odd); but I just want to be sure !
Also, if I have a Pinterest (secret) board ID; will the API be able to retrieve its pins ?
Thanks

As of today, Pinterest does not support secret boards with APIs.
https://developers.pinterest.com/docs/api/boards/

Related

Accessing Google Family Link API

Hy,
I want to create a widget that show me some informations from Google Family Link.
But I can't find how to access to Google Family Link API.
I read this page of Google API list but didn't found it : https://developers.google.com/apis-explorer?hl=fr
Can someone please show me where to find Google Family Link API doumentation please ?
At this time there is no api for Google Family Link. I wonder weather or not google would want third party developers creating apps for it.
The whole point of Google Family Link is to keep things secure and protected for children.

How to get the get API path and parameters of Google play developer API?

I have added a non-renewable subscription for one of my projects. We also started implementing the Google play developer API to get the subscription latest status from the Play Store. For that we have done the below steps as per this blog:
Linked the developer account to a new Google Cloud Project.
Enabled the Google Play Developer API for the Google Cloud Project.
Created a service account and created a key for the service account.
I have below clarifications related to this implementation:
I tried to Grant Access for the following permissions: But the corresponding checkmark is not clickable.
View financial data, orders, and cancellation survey responses
Manage orders and subscriptions
The 3rd step as per the blog is to Authorize an API key, but I didn't get a clear idea of that.
We are going to implement this API on the back end side as a corn job, do we need to generate a JWT token for accessing this API? Is this possible to call without a Token? I found 2 types of implementations from this blog, which one is easy and secure?
"Your application can complete these tasks either by using the Google APIs client library for your language or by directly interacting with the OAuth 2.0 system using HTTP."
From where we get the get API path and other details. I found a similar get API from AppStore like this. Is the play store providing a similar kind of get API?
We need the latest purchase status API and for that what parameters do we need to pass?

How to use OnBehalfOfContentOwner field while using youtube data API insert request?

Context :
I am trying to upload videos to a youtube channel(Other-Y) linked to a google cloud project(say X).
I am not the owner of the channel. However, I have the manager access. I have client secret keys with me.
Steps followed :
Generate refresh token using these gcp secret keys and with my own personal email(this email is linked to the gcp account).I am using oauth credentials.
Now, while uploading, the video is getting uploaded to my own personal channel and not to the channel I am managing.
I have read about the OnBehalfOfContentOwner field and am trying to use that.
Questions :
Is this upload possible using OnBehalfOfContentOwner field ?
If yes, is there a way to know the exact value to be passed here ? Should it be user id of the channel owner in the youtube UI ?
Also, please let me know if there are any specific golang references for the same.
Thanks !

Lookup user's YouTube Account with Google Id

I need to locate the user's YouTube account/channel Google user Id.
A Google Search on find YouTube channel from google id yields several StackeOverflow possible options, some use the Google+ API which has been deprecated, but I'm sure there are alternatives using the Google Identity API or some other Google API.
Can anyone give me idea or a solution about how can I convert Google Account Id to YouTube Channel Id Account?
You need to remember that YouTube and google where originally two different companies there is probably no direct link that you are going to be able to hack your way to.
This is partly why (IMO) YouTube login is channel based. A user can have more then one channel so your not going to be able to find a single channel for a user relation its going to be a one to many relation. I dont think google has any way for you to see this without having the user login.
Your best option will be to ask the user to sign in and then use channels.list with the option mine.

Share private video to some google accounts through API

I'm trying to figure out wheter it is possible to have a private video on youtube that I could share with particular Google Accounts through API.
I would have a separate web application that would have a Google signup and after signup I would enable that Google Account to watch my private video.
Ideally I would also want to embed the video to the web application (but I think I can do this rather easily if I'm an owner of the video).
Ispossible to have a private video on YouTube that I could share with particular google accounts through API.
No you cant directly share a video with another user like you could a file on google drive.
You could show the video on your own site, but I am not sure its something I would want to try. The thing is being that its a private video you and you alone have access to see it. Your going to have to authenticate your application and get a refresh token back which will allow you to access the account and the videos on the account.
Then you will be able to use that refresh token to get an access token to show other people the video via your website. The problem you will have is if the refresh token stops working (rarely happens but can happen) you will have to authenticate it again before your solution will work.
Note: Service accounts don't work with YouTube API. So don't bother going down that road.
If you know the ID of a video, you can access it. You can share the ID,or an embedded link with someone.
The api only hides the info, not blocks it. So you would need to hold the info elsewhere for referencing.
So as long as you know the id's of the related video's, you can do what you want with them.
However, if you are wanting to monetise them on the side, I would recommend against it. Best to read the user agreement you have with YouTube.

Resources