Области Oauth 2.0 (разрешения):
Код: Выделить всё
r_dma_admin_pages_content:
Retrieve your organization's posts, newsletters, articles, and live videos, including any comments, reactions, and other engagement data.
Retrieve your organization's social action data (e.g., likes, comments), messages, page follows, and other activity data.
Retrieve your organization's lead gen forms, lead gen form responses, and leads analytics
Retrieve your organization's pages and their reporting data (including follower, visitor, content, and other analytics).
Use your basic profile including your name, photo, headline, and public profile URL.
https://learn.microsoft.com/en-us/linke ... tent/posts ?view=li-dma-data-portability-2024-05&tabs=http,
а также попробовал API разработчика linkedin с почтальоном:
https ://www.postman.com/linkedin-developer-apis ... are-author
с заголовками:
Код: Выделить всё
headers = {
'X-Restli-Protocol-Version': '2.0.0',
'Authorization':'Bearer '+ access_token,
'X-RestLi-Method': 'GET'}
request_url = "api.linkedin.com/v2/dmaPosts?ids=List({list_urn})&viewContext=READER"
если я использую «api.linkedin.com/rest/dmaPosts?ids=List({list_urn})&viewContext=READER»
то получаю ответ 400
Есть ли у кого-нибудь опыт работы с API переносимости данных страниц? Как вы получили показатели публикаций?
Подробнее здесь: https://stackoverflow.com/questions/789 ... bility-api