You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to integrate the Facebook SDK in my Unity project. I'm going through the Quick Starts process, and I'm asked to add a meta-data to my manifest file with "com.facebook.sdk.ApplicationId" and the app id as a variable from the strings.xml file.
However, the manifest already has that meta-data, but with a value that looks like "fb0000000".
My question is, does it need to have the "fb", or should we get rid of it so that it doesn't have the "fb" prefix?
If it don't need the "fb" prefix, I think it should be modified so that it doesn't have
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to integrate the Facebook SDK in my Unity project. I'm going through the Quick Starts process, and I'm asked to add a meta-data to my manifest file with "com.facebook.sdk.ApplicationId" and the app id as a variable from the strings.xml file.
However, the manifest already has that meta-data, but with a value that looks like "fb0000000".
My question is, does it need to have the "fb", or should we get rid of it so that it doesn't have the "fb" prefix?
If it don't need the "fb" prefix, I think it should be modified so that it doesn't have
The text was updated successfully, but these errors were encountered: