FacebookSDK change app name, id and call regenerate manifest via Editor Script

Hi there,

I want to change Facebook SDK’s Setting Dialog Properties like App Name and ID and call its Regenerate Manifest Button’s function from an editor script. I looked at FacebookSettings class but doesnt seem possible there.

Please advise

try the following, I use it and it works well

FacebookSettings.AppIds = new List<string> {"YOUR_APP_ID"};
ManifestMod.GenerateManifest();
1 Like

3465188--274982--Untsdsdsdditled.png Problem is regenerate facebook audience network andmanifest

It seems to be an information not an error.
Do you have the problem with the ActivityNotFoundException ?

thanks replay @BBO_Lagoon .