Can any one help me in getting facebook connect working in my cakephp 2.1 app.
Now I am able to user authentication with Auth, I need to add facebook connect to the same.
where users can register themselves by filling a user form or they can sign up through facebook. Googled a lot but not able to get it working.
A tutorial link or an example with complete code will be very useful, I am new to cakephp.
Thanks in advance.
I'm using this plugin and it's working well with my Cake 2.1
https://github.com/webtechnick/CakePHP-Facebook-Plugin
There is a readme on that page ;)
Related
I am pretty much new to play framework and I am currently developing a website using this framework.
I have the following question:
Default page should be gmail.com and the once the user entered his credentials and if the user is authorized(I mean login successsful) then it should redirect to the my website along with the retrieval of user name.
To make it as simple:
say my website is www.hellow.com
Once the user enter hellow.com then it should redirect to gmail.com and once the gmail login is successful then it should come to hellow.com with the username.Though I am using redirect() but am not sure how to come back to my site once the login successful.
Currently I am using latest play version.
Please help me out.
Thank You
It's not about redirect. You need to use Google API to be able to provide sign in with it. Start here: https://developers.google.com/gmail/api/auth/about-auth
Is there any reference for Facebook login integration(PHP SDK) in CakePHP 3(beta 2)?
I tried using GITHUB PHP SDK-4And the error I get is Error: Class 'Facebook\FacebookSession' not found
I reviewed the documentations and integrated Facebook Login in CakePHP 3x version. Its working perfect as expected! Referred the Facebook developers forum. Its much convenient to start with. Good luck if you are about to start!
I am very new in iOS development.In my app,homepage is for login to the app.Where i need to give facility to login with Facebook and twitter. I am using iOS 6.1 and there i have social framework.
Please tell me an easy way to achieve this,i have tried to read facebook developer tutorial, but i am not able to catch from there.
If you have any sample project or any good tutorial link,please share with me.
Thanks in advance.
The Facebook sdk github repo is here .
You can find many example projects in it.
Also Facebook authentication guide explains the login part very clearly.
I am new to Symfony 2 and want to integrate facebook Connect. Can anyone guide me step by step how to integrate facebook connect in Symfony2??
Have a look a the FOSFacebookBundle, which does the job well, and has a good readme to set it up.
I have looked through dev docs and and tutorials via google engine, but I am kinda lost plus I am no expert in logic or programming..
I am trying to combine with login and register on the page. If user have fb account, they can log in. and then have database store their information for shopping purpose. if not, they could register and again have database store their info.
How to combine them using PHP SDK? Also I notice that I couldn't use Javascript SDK for login and register (do I need to create two apps for login and register?)
Insight will be appreciated. thank you very much
If you are talking about the "Registration Plugin" then I've written a tutorial about this:
How To: Use Facebook Registration Plugin As Your Registration System