aran112000 / Instagram-Image-Upload-API

A simple PHP class allowing images to be uploaded to Instagram. This is based upon the following: http://lancenewman.me/posting-a-photo-to-instagram-without-a-phone/
30 stars 15 forks source link

Cannot add image #3

Open cyb3rsalih opened 5 years ago

cyb3rsalih commented 5 years ago

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

aran112000 commented 5 years ago

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