skip to Main Content

I wonder if it is possible to use a new Instagram Graph API only for hobby purpose(small java application). The main aim is to process only user’s data that is currently log in on instagram(not other’s user data). Generally I’m a beginner on this field and I try to determine my chances for writing this kind of application, because I’ve read that sometimes it is hard to get permission to API from facebook, so maybe somebody know how it works in practice?

2

Answers


  1. I personaly suggest you to use new graph API, because older API support may be disabled in future and might be deprecated in future.

    Moreover, Facebook does not give permission easily but you give proper & exact content if allows you and provide great support.

    Login or Signup to reply.
  2. From what I can tell on the docs site, the Graph API is only used if you’re making something for Business Accounts. The docs say that if making something for non-business users, to use the old API.

    Reference here: https://developers.facebook.com/docs/instagram-api

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search