English 中文(简体)
Why is Instagram Graph API not returning any data for me/accounts to get user page ID?
原标题:

I am trying out Instagram Graph API for the first time. I want to get the user page ID in hopes to then be able to get instagram business account ID. My problem is when using the Graph tool provided on the website for my app, it returns nothing when I put me/accounts. I saw elsewhere that me/accounts would return various data, including what I am looking for, but it is empty.

I ve had trouble finding updated documentation for the correct permissions needed for me/accounts. Some permissions just don t seem to be available anymore. I ve tried many permissions but nothing works for what I need. Here is what I have: pages_show_list, instagram_basic, instagram_manage_comments, instagram_manage_insights, pages_read_engagement, pages_manage_metadata, pages_read_user_content. Also yes I do have a business instagram account, and it is linked with my Facebook account.

问题回答

I also have this problem. It doesn t work with V17.0 but is working with V16.0





相关问题
Facebook Connect login dialog not working

I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...

Facebook App Profile Tab is Empty ... No Content Displayed?

I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...

Facebook Platform error: "Object cannot be liked"

I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...

how to call showPermissionsDialog() in php (facebook api)?

I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...

Facebook connect

If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...

热门标签