I want to call
publishInstall();
In my application. When the application starts, I use facebook graph api.
I added facebook.jar to my project and just call the method above from Set.java
Settings.publishInstall(getApplicationContext(), "FACEBOOK_APP_ID");
Source: https://habr.com/ru/post/949522/More articles:Remove \ n or \ t from the given string - pythonRails Changing X-Frame Settings - ruby-on-railsVersion supported by navigation box in android - androidHow does a static synchronized function work? - javaHow to pass a variable by reference to an event handler in javascript? - javascriptHow to detect eyes and mouth in android - androidHow to use pman and custom help files in Vim with viewdoc plugin? - vimWhat is the maximum size of data that can be stored in the corner area? Application performance with heavy areas? - javascriptIn the case of bit fields, which one is better to use, unsigned char or unsigned int and why? - cHow does the bit field work with character types? - c ++All Articles