DoSomethingArchive / LetsDoThis-iOS

:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2 stars 0 forks source link

Add Facebook SDK #1003

Open aaronschachter opened 8 years ago

aaronschachter commented 8 years ago

Needed to measure installs and in-app conversions: https://developers.facebook.com/docs/app-ads/measuring/installs-and-in-app-conversions

lkpttn commented 8 years ago

I'm working on setting up that FB company so we can have it own the app rather than you or me.

aaronschachter commented 8 years ago

The basic integration tutorials instruct adding the Facebook App ID into the project Info.plist, like @lkpttn did in this stub commit.

I don't think this will fly if we want to keep our project open source, hopefully setLoggingOverrideAppID:(NSString *)appID; will allow us to pass an entry from our untracked keys.plist