php - facebook authentication error -
I am developing a simple Facebook application in PHP which only shows the user's name of the application.
The Facebook authentication dialog that whenever a Facebook user joins in an app does not appear with the programming code, which I officially download from the link provided on the Facebook App Developer Page I do
I have downloaded some other app codes, including the incorrect authentication code. I am facing 2-3 errors, in some cases the canvas page of the application has to be refreshed repeatedly and in the second case the authentication window appears, but when there is a click on "Allow app" The page is redirected to that page, loaded on the server and clicking on "do not allow" the page redirects to the canvas page rather than returning to the user's home page It is done.
The php-sdk library I've downloaded is outdated or there is no other problem.
Please provide the code that you have tested with solution. I have already tried many readymade applications (all are sensible problems). I need an authentication code that works with the correct php library
This source from the official PHP SDK site The code is working .... However, it is expected that in the sample code provided, the authentication flow is not automatically turned off, you can verify it by going through the code.
There are some community-built tutorials listed in it. You can find them useful.
Comments
Post a Comment