ios - Facebook login reset password -
i have developed app needed login facebook , fine. use delegates below let user login.
- (void)loginviewfetcheduserinfo:(fbloginview *)loginview user:(id<fbgraphuser>)user - (void)loginviewshowingloggedinuser:(fbloginview *)loginview - (void)loginviewshowingloggedoutuser:(fbloginview *)loginview - (void)loginview:(fbloginview *)loginview handleerror:(nserror *)error
after user login firstly, app login automatically in next time. ok. if user change password, app still login automatically. think app should call handleerror stop login automatically. app didn't this. seems app save plist file in local file , read plist file information login facebook again.
i hope app present login view again if user reset password. hope 1 me favor.
your app uses token , not user password login. token can used app (in combination facebook app id).
you app never receives user password makes more secure.
this done user can remove access account on per app basis. changing password not log them out of apps. there no way app know users changed password.
Comments
Post a Comment