Instagram-Image-Upload-API icon indicating copy to clipboard operation
Instagram-Image-Upload-API copied to clipboard

Cannot add image

Open cyb3rsalih opened this issue 6 years ago • 1 comments

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

cyb3rsalih avatar Jan 02 '19 08:01 cyb3rsalih

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

aran112000 avatar Feb 24 '19 11:02 aran112000