Edmund
Edmund
When I use `FBLoginManager.logout(() => { ... });` and then try to sign back in, the user I originally signed in with is still "logged in" and it just asks...
I'm running into errors just from copying and pasting the code from the readme. ``` struct TwitterAccount: CreateableSecureStorable, GenericPasswordSecureStorable { let username: String let password: String // Required by GenericPasswordSecureStorable...
I am trying to detect if an array has a certain element. It's position in the array is unknown Example of what I was thinking of (but doesn't work): ```...
- Syncs all like buttons on the page, instead of just the one that was clicked.