Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I share a link and photo with Instagram using PHP [duplicate]

How do I share a link and photo with Instagram using PHP? I can't find anything for "share photo with instagram".

like image 373
Subhod30 Avatar asked Apr 12 '13 10:04

Subhod30


People also ask

How do you get the URL of a picture on Instagram?

You can access your Instagram link by clicking the edit profile button on your profile, right under your profile picture. On the opened page, copy your username, and paste it after the Instagram URL like “www.instagram.com/username.”

How do I upload API photos to Instagram?

Publishing single image, video, story or reel is a two-step process: Use the POST /{ig-user-id}/media endpoint to create a container from an image or video hosted on your public server. Use the POST /{ig-user-id}/media_publish endpoint to publish the container.


1 Answers

By "share photo with instagram", do you mean that you are trying to post a picture to Instagram via PHP? You cannot post pictures to Instagram via the API.

like image 177
Bill Rollins Avatar answered Nov 15 '22 09:11

Bill Rollins