ios - Login with facebook button with Parse -
I'm working on an app that uses a pars backend, and after I implemented the Facebook login Have done I am not using the PFLoginViewController
provided by the parser, only the login method calls for the PFFacebookUtils
class. Implementation works well.
Now what do I need to do is 'Login with Facebook' button. Since I am not using log in using Vicentron, I can not use the
log inview
property which will give me the button or I will not get the code from the Facebook SDK to FBLoginView
, because neither monitors the button nor allows to override the button that is clicked on the button.
What's the best way to remove the button from the existing SDK - either parse or facebook - so that the button is always visually updated?
Comments
Post a Comment