This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
882
stars
138
forks
source link
TypeError: imap_delete(): Argument #2 ($message_nums) must be of type string, int given #349
Closed
francisderit closed 11 months ago
The 2nd argument in imap_delete() function in line 139 expects a string but int is given. Please fix by casting the type to string before passing.