Swift Facebook Login Tutorial

preview_player
Показать описание
Tutorial on doing using Facebook to Login to an App in Swift.

Рекомендации по теме
Комментарии
Автор

Since May things has changed you must `import FBSDKCoreKit` too and and instead of `SDKApplicationDelegate` use `ApplicationDelegate`

keegho
Автор

It’s all changed again! And the FB documentation is atrocious... incorrect, typos everywhere...

primeviltom
Автор

I have it so the "Continue with Facebook" button pops up however it's not taking me to the page where you enter details. Do you know why? Thanks

maxbaker
Автор

This was a really excellent video, it worked first time when I followed along - cheers!

adamdiment
Автор

I used the wrong email to login when and now I am getting "app not setup: this app is still in development mode.. etc." If I rerun the app is doesn't let me resign in, it just goes straight to this error message?? Anyone have any idea how to fix this??

andrewburton
Автор

how can I go to a new view controller right after login with Facebook?

JA-ctyy
Автор

Hi, not working when I write SDKApplicationDelegate... it doesn't know the class

enriquemoran
Автор

reminder: if you use FacebookShare do pod update FBSDKShareKit and pod update FacebookShare

maqusss
Автор

Hey mate, I don't have "FacebookLogin" or "FacebookCore" Instead I have FBSDKPlacesKit & FBSDKShareKit... I can't seem to find the Download anywhere and I'm downloading direct from Apple...?

anonymousreview
Автор

What do I have to add so I can navigate to my main app?

alexisespinoza
Автор

It says Use of unresolved identifier ‘LoginButton’, can you share a code with me that is compatible with xcode9.3 swift 5 please.

nadiakhudi
Автор

Hi, thanks for the video... How do I contact you? I left a message and have yet to get a reply... I would like to see some coding for the Apple Watchkit.. Cheers. Craig.

ktmman
Автор

I keep on getting this error "No such module 'FacebookCore'" when typing "import FacebookCore"

Please help 😅

deymbrixgames