This may be a duplicate question but those answers not helped me.
Is it possible to retrieve owner of the Facebook app id?
Please help me to come out from this issue. Thanks in advance.
EDIT I tried with Graph API(https://graph.facebook.com/xxxxxxxxxxxxxxx), but it returns only active users list, logo url etc.. not return owner Facebook ID.
Owner id: Facebook id where I added myapp
First setup your project with facebook sdk. Follow this offical link to setup Facebook SDK. https://developers.facebook.com/docs/facebook-login/android/v2.3
@Override public View onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View view = inflater.inflate(R.layout.splash, container, false);
}