seregazhuk / php-pinterest-bot

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

feed() shows unnecessary Pins #382

Closed misterkek closed 6 years ago

misterkek commented 6 years ago

Some time ago the function began to show not the Pins to which I subscribed. Each new function call shows mixed pins: to which I am signed and not. The chronological order does not work.

Most likely, these are changes on the side of the service (recommendation system or smt). Is it possible to return everything as before? In the settings, I disabled "Pins for me", but this does not help.

misterkek commented 6 years ago

any ideas? @seregazhuk

seregazhuk commented 6 years ago

Hi @misterkek I don't use the library by myself. Is it OK in your browser? is the feed there correct and the problem is only when you get the feed via the bot?

misterkek commented 6 years ago

@seregazhuk

Is it OK in your browser

When I open the main page, each time it shows a different photos (plus those for which I have not signed). When using the library, the result is the same.

Is that their problem?

seregazhuk commented 6 years ago

I think yes. The library shows exactly the same as your browser does.

seregazhuk commented 6 years ago

Close, because it is not the library issue.

misterkek commented 6 years ago

@seregazhuk site now by default shows the recommended pins on the main page. And then, what you signed, moved to another section: https://pinterest.com/following/ Do you plan to add to the library a function that allows you to receive only what you are subscribed to?

Thanks