Get domain name for pinterest api

混江龙づ霸主 提交于 2019-12-07 04:29:30

问题


Currently I am working on pinterest api to get pin from my domain. I am able to get access token by api. Than I am making api call to get domain pin by using below :

https://api.pinterest.com/v3/domains/<domain>/search/pins?access_token=ACCESSTOKEN

But I am not sure what to put as <domain>.

How can I know what is my domain name in pinterest.

Note : I have created app using http:developer.pinterest.com/manage

Also, there is not any provision of domain name over there, it should be your profile name or we may have to make some different process to get domain name.


回答1:


the value of domain is the domain of your website, in other words this link searches pinterest for everything already pinned from that website

https://api.pinterest.com/v3/domains/mywebsite.com/search/pins?access_token=ACCESSTOKEN



来源:https://stackoverflow.com/questions/27731857/get-domain-name-for-pinterest-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!