Questions tagged [instagram-graph-api]

The Instagram Graph API allows you to programmatically access Instagram Business Accounts so you can more easily manage media objects, view comments and metadata, and get insights and metrics, get hashtag data, mentions and more.

The Instagram Graph API is a standard REST API that supports basic CRUD operations. It works by checking a User's access token for any Facebook Page roles. If the User has a role on a Page, and that Page is connected to an Instagram Business Account, the User can grant your app permission to access the connected business account's data.

Documentation: Instagram Graph API | API Reference

561 questions
-1
votes
1 answer

How do I find the engagements seen on the instagram UI through the graph API?

I need to provide the engagement rate to a client. This needs to include organic and paid reach & engagements. I have attached seperate screenshots to show that the values in the graph API/business manager/instagram UI do not match up. How…
-1
votes
2 answers

How do i use RestFB IgUser getBusinessDiscovery()?

In the FB Graph API explorer the call to get business_discovery data uses the Instagram id for any user (in this case my own account) and uses a "username" to indicate the 3rd-party account from which one would like to get some public information.…
Reinaldo
  • 131
  • 6
-1
votes
1 answer

How do I redirect instagram users to my Xcode app after login

How can I get a valid URI that redirects users to my app after logging in with Instagram? I have it completely set it up to where users can log in. Now all I need is for it to redirect the user back to the app I created in Xcode. I don't want to…
-1
votes
1 answer

I want to make android application to send picture, message to instagram users using instagram API

I've tried several sources from Google and GitHub but didn't find any authentic source that could help me sending multiple pictures and posts automatically from my android gallery using the scheduler. Is anyone working with the Instagram API? If so,…
-2
votes
1 answer

I am trying to get some details ( username, description, Posts Count, total likes & total comments ) from Instagram user*

I am trying to get some details ( username, description, Posts Count, total likes & total comments ) from Instagram user First i get the code from api.instagram.com with scope user_profile and…
NikuNj Rathod
  • 1,663
  • 1
  • 17
  • 26
-4
votes
1 answer

How to get profile data from various social media plateforms

My requirement is to search profile data based on some parameters from various social media plateforms like instagram, facebook, youtube, twitter. How to get no of posts, followers, profile links, following and many more of any user profile from…
1 2 3
37
38