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

How remove sessions history? #482

Closed Iquaridys closed 5 years ago

Iquaridys commented 5 years ago

i know how to get list of sessions with, $bot->user->sessionsHistory(); but, how i can remove / revoke the old sessions?

seregazhuk commented 5 years ago

There is no such functionality.

Iquaridys commented 5 years ago

how i can add it this " https://www.pinterest.com/resource/UserSessionStoreResource/delete/" for revoke sessions?

a little dizzy to see the flow of your code, because I'm not so good at programming