I need your help.My requirement is when i login to my app it also login to the facebook and it can't be redirect to facebook,keeps in the app only.my app login username and password are equal to the facebook username and password.
Any help is great.
Have you looked at their authentication support? It's standard OAuth.
Related
Dial *325# from your mobile phone. It will ask for facebook username/password. And will login to your account and will connect you to facebook through USSD. How do they do it? Is there any mechanism in any facebook api through which we can log in to user account, if he has provided us the username and password?
Not sure exactly how the login via phone call works... But I can answer your question about the API:
The Facebook API does not provide a login method with username and password. All authentication though the API is done by means of tokens.
I want to enter Email and password then login from google account in an app. I have used Google+ SDK but it will redirect to Gmail site but i dont want this but i want User have to enter Email and Password for Gmail with in an app and press Login button.
Is there any source code OR suggestion please post here.
The user should not enter their Google email/password into your application for security reasons.
The sign-in button provided by the Google+ iOS SDK allows the user to use their Google+ identity in your app. The button also manages the OAuth 2.0 flow and token lifecycle.
I have a website that allows a person to create an account with username/password. Once its created they can login and add their own content. Im now thinking about allowing them to login via their facebook profile, so when they go to my login there will be a button that says login with facebook. Then a window will popup to give permission to my facebook app so I can get their info. Once I do that do I need them to create a password still? Or once they initially give permission for their account I dont need a password, so when they come back to the site they just need to reconnect to their facebook profile? Hope this makes sense.
I would suggest the latter is true, and they don't need a password.
No, you dont need to save any password for facebook login. Facebook login box works great if you have implementes Facebook api correctly.
My buddy did the same thing. He has his setup to create a random password if they login via facebook as a precaution if they want to later login not via facebook but via their email or username then they have to recover the password.
I am developing an application where user can register themselves by filling up the registration form or login with their facebook account to use the application. But my problem is- how can I hit the login page of facebook and retrieve the userid, token, session key, username etc when user successfully logins to his facebook account and then redirect him back to my application.
I am really confused searching here and there. I have to just authenticate my user with his facebook account and comeback to my application with userid and all the keys.
please help.
Kind Regards,
Rupesh
Apparently Facebook supports OpenID, so use that. A quick google brings up articles such as http://developers.facebook.com/blog/post/246/
I am creating an application in which I am trying to add facebook account in app. What I wish to do is when user enter his/her username and password my application should call some facebook api or any other thing by which it will confirm that the user credentials are correct for facebook.
Then the API will return some message by which I can add account or give an alert that credentials are not right.
it is not possible to login using the username/password directly to the api.
use facebook connect instead.