Comrades, welcome.

I couldn’t understand how to do this trick on callback.php, where photos from Instagram were received with the help of tokens, to allow users to select the necessary photos for further work with them.

In PHP, I'm still a noob. I found the library ready from Instagram here: Instagram API implementation in PHP . Put, works. Here's just how to process and allow users to select the desired photos and make an order from this porridge.

I do not pretend to a ready answer, since everything is rather vague here. Who can tell me which way to dig and search for information. Thank!

  • So what do you need? Upload a picture to your server or show the user? - lampa
  • Login through instagram with a record in the database. And allow users to select their photos for printing. I push off from printstagr.am & stickygram.com . I hope now is clear. - xevolito
  • Hmm, well, in theory, you should show the photos to the user, he will choose the ones he needs. Then you either upload a photo to yourself, or insert it into the print page through the <img /> ## tag. Title ## How to print a page is written here: hashcode.ru/questions/169735/… - lampa

0