I have integrated Facebook like and share button on PHP website. I was trying to send notification from website to Facebook app users.
Tried the stuff available on internet and facebook developers site but not able to get any clear idea.
Can anyone guide me or provide me a clear source?
This is my first time using Facebook PHP SDK (I don't have much knowledge on Facebook PHP SDK).
Thank you.
Related
I can't find a usefull guide online.
I know i need to create an app from developer fb page, but i don't know what fields and permission i need.
I need to post new articles to a my own page using php.
I read about graphapi page to request token pages but documentation is very bad!
Any suggest how to start with the correct app creation?
For you to create an application using Facebook SDK, you will need to install its dependencies with PHP SDK. THis Getting Started tutorial, should help you achieve this goal.
Once you have done that, there are some guides and articles that might help you start your own development of application, that you can access using the below links.
How to Develop Facebook App with an Example using PHP SDK
FacebookApp for the Facebook SDK for PHP
Facebook SDK v5 for PHP
Hope this helps!
I have searched on google the latest tutorial for the facebook login but the last one I could find was early 2014 or late 2013. I realise that facebook updated in aprill 2014 to a new way of facebook login and there are no new tutorials for it. Are there any tutorials you can give me the link too or help me get started in adding facebook login to my website? Also is php the easiest way out of php and java script? I have downloaded the newest php sdk but I have no idea where to start without a tutorial I can also read the docs on developers facebook but they all just explain little parts. None of the docs go into how you can add the facebook login to your website and yes I have created my app
I am developing an android application. In that I am using the Facebook SDK to share the messages and photos.
Facebook login and sharing is working fine in all devices except the HTC device. I have search over the internet about this issue. But I didn't get any solution.
So I am planning to use PHP rest web service to facebook login and sharing. (i.e) Get the facebook credentials from my android app and pass it into the PHP rest web service to get login. And same way to share photo in facebook.
Is it possible to do that?
If yes, Can you give some samples to do that?
If No, What difficulties I will face?
I dont have any idea about IOS development, and I code the web services for IOS apps. We have been given an app that should support login with facebook and login/register of its own.
Now, implementing login/register for the app is not an issue, but I need to know two things:-
1.) How do we implement a login in the IOS app using facebook.
2.) The app should be able to show and save certain events on facebook.
How would I/we implement these two functions. Do we implement these using web side code or IOS code..
Can anyone point me in the right direction..
Thanks
PS: I got to know about facebook-connect while I was selecting the tags ;)
Check the Facebook SDK. They have some really helpful links and tutorials. The Facebook repository from which you can get the ios SDK from is at this link. Also Facebook's developer portal is an awesome place to get started. If you have any further questions please let me know, I might be able to answer them.
we have created a website and which consists of registration and login, what i want to do is i want to add the facilities to the users to login with their facebook login, i am using php and smarty framework, i have google it but i cant find it anywhere, i could not understand much more from http://www.goldsteintech.com/facebook_connect/overview.php....
Example, here in stackoverflow i haven't signup, instead i login with facebook account, i want to do the same for my website
I recommend you to integrate facebook connect with the php SDK. I integrate it successfully on several website without any trouble, the wiki from the php sdk has been a bit messy recently, but you can find information if you search a bit through the github repository.