Facebook SDK for Android - set Application ID programmatically
I have a native Android app that needs to connect to a different Facebook app (different Application ID) based on an app setting that can be changed at runtime. Imagine the app can be set to point to DEV, TEST, or PROD. When pointed to DEV the FB Application ID should be "1". When pointed to TEST the FB Application ID should be "2". etc. The problem is the UiLifecycleHelper from the Facebook SDK automatically reads the "com.facebook.sdk.ApplicationId" from the AndroidManifest.xml during the onCreate phase. There doesn't appear to be a way to set this programmatically. Is it possible to use