Instagram-Image-Upload-API
Instagram-Image-Upload-API copied to clipboard
Cannot add image
No error with login but can't use image. Here is error when run example.php
instagram_post->doPostImage('/pics/test.jpg', 'My example imag...')
#1 {main}
thrown in
/Users/myuser/Desktop/instaPHP/Instagram-Image-Upload-API/instagram_post.php on line 47
I deep into code and try to add . to path.
doPostImage('./pics/test.jpg', 'My example imag...')
-> same error
What's the actual exception message you received?
Now the Instagram APIs have been made public, I would recommend these are used instead of this workaround anyway