Get Instagram profile picture of commenting user using Instagram Graph API - instagram-graph-api

Is there a way to get profile pictures of users who comment on my Instagram Business Account page?
I have Page access token, but I couldn't find a way to do this via official API.

Related

Follow instagram page through Facebook graph api

I have already using https://api.instagram.com/v1/users/pageid/relationship?access_token=ACCESS_TOKEN
API for following an Instagram page but now it is not working.
I know its required relationship level scope but on Instagram dev panel it says.
"We no longer offer additional permissions to new applications using the legacy API".
I searched for the API on https://developers.facebook.com/docs/instagram-api/reference but not found any relationship API. I have attached my Instagram account with a Facebook page by following the steps in https://developers.facebook.com/docs/instagram-api/getting-started/.
Now how we can follow an Instagram page by using Facebook graph API.

Accessing user photos with Facebook Graph API

I'm fairly new to iOS development and I have an app that already enables a user to login with Facebook. My question has two parts...
1) I don't necessarily want to ask for the "user_photos" permission upon login/signup, just when the user goes into their "edit profile" page and wants to grab some of their Facebook photos for their profile. How can I request additional permissions, beyond the ones I requested upon signup later in my app?
2) I also would like to know how to access a user's photos using the Facebook Graph API. I'd like that modal view from Facebook to appear that presents a user with all their albums and photos. I see a lot of documentation on the Facebook developer site about accessing a user's profile picture (I've already done this) and accessing specific photos, but, in this case, I don't know what specific photo I want. I want the user to select one of their photos, and certainly don't want to request ALL their photos. Does anyone know how to format a FB request so I can get that Facebook view to appear that allows a user to pick from all their photos?
Thanks,

How do I authenticate an Instagram user who created an account with Facebook in an iOS app?

I've created an iOS app that allows a user to log in with Instagram. I use a web view to display Instagram's authorization page as detailed here. This works great for Instagram users who signed up with a user name and password. However, Instagram also offers the option for new users to create an account using their Facebook account, and users who have gone this route are unable to log into my application because the Instagram login page doesn't give an option to authenticate with Facebook. How do I allow these users to log into my app?

iOS Facebook API fetch data from timeline using GRAPH API

We have a facebook account. That account 'Liked' 3 open facebook pages. When you login to that facebook account from your browser you can ofcourse see all the posts from those 3 pages on your news feed.
What I want to know is - can I somehow fetch all the data I see on my accounts news feed?
Im not asking how to do it, just is it possible.
I was doing some research, and on facebook.developers they do mention about nodes, which can be users or groups, but it is unclear to me are those groups that I made, so when I login to my mobile app i Actually login with that group account, or they meant that I can get data or other groups out there ?!
Facebook has documentation using FQL queries to GET the users news feed, take a look here
https://developers.facebook.com/docs/reference/fql
What you are looking for is called stream...

Getting public photos from Instagram account without login

I want to get all the photos or public photos from my Instagram account, without logging in to it.
Is there an API provided by Instagram to make this happen?
Unfortunately, no. The Instagram API requires Authentication to retrieve a certain accounts pictures. Check out the API Console on Instagram's developer website to see which methods require authentication and which of them don't. I know you can retrieve tags, popular pictures, and search users. Good luck!

Resources