Final Project Update 1
Profile
I started this project using SimpleAuth for my Twitter login. SimpleAuth is nice. I’ve never had any problems with it. I just moved away from it this time simply because I’m using Fabric for analytics, so it made sense using TwitterKit as well.
I had to redo my complete login flow but it was worth it. Now logging in is as simple as:
Handling my logout its simpler than that:
How do you get the profile image and information you ask? Well here you go:
After this, you can decide to persist the user info or you can decide to make a fetch request every time, up to you.
More to come tomorrow.