-
Notifications
You must be signed in to change notification settings - Fork 8
Public APIs
Rahil khan edited this page Mar 14, 2024
·
1 revision
This page is all about the main PublicAPI
class and its methods. This class contains all the static methods that can be used directly without login. This means these are public Instagram APIs.
Profile profile = PublicAPIs.getProfileInfo("x0.rahil");
Post post = PublicAPIs.getPostInfo("https://www.instagram.com/p/C3m9HnNukV1/");
List<Post> posts = PublicAPIs.getPosts(profile.pk, null);
List<Post> posts = PublicAPIs.hashtagSearch("clorabase");