seregazhuk / php-pinterest-bot

This PHP library will help you to work with your Pinterest account without using any API account credentials.
MIT License
413 stars 129 forks source link

Accessing News Hub items #376

Closed delemore closed 6 years ago

delemore commented 6 years ago

On Pinterest under Notifications I find notifications as: "Your Pin from {Pinner Name} was saved 3 times". It contains a link pointing to Pinterest "News Hub". The structure of this link is like: https://www.pinterest.com/news_hub/496429465465420090718

The API "Get user's notifications Bot": foreach ($bot->inbox->notifications() as $notification) {} returns the same ID in above URL: 496429465465420090718

My question: Is it possible accessing the data behind this ID/Link? And if so: How?

Your help and advise would be appreciated very much!

seregazhuk commented 6 years ago

Hi! Update to version 5.7.0 and try this.