Mbak4 Login Facebook Login

Mbak4 Login Facebook Login

Tiếp sau đây sẽ đến phần code để làm rõ hơn bước 3

Đầu tiên sẽ là phần code phía client

Ở đoạn code trên bạn chỉ cần thay AppID đã đăng ký ở bước 1 vào. Đoạn code trên được chia thành 2 phần.

Phần 1: Load thư viện js của Facebook

Phần 2: Khởi tạo đối tượng FB

Phần 3: tạo 1 hàm login() sẽ được gọi trong 1 button ở bước sau

Bước tiếp theo bạn chỉ cần tạo 1 button hay 1 link trong trang web của mình và gọi đến hàm login

Bước cuối cùng là xử lý code phần server, bạn sẽ cần đến: facebook php-sdk, bạn có thể tải về tại: https://github.com/facebook/php-sdk Đoạn code tham khảo xử lý bằng PHP như sau:

Tại đây bạn cũng thay AppID và secret của app đã đăng ký vào. mảng $user_profile sẽ chứa các thông tin publish của user đăng nhập từ FB, bạn chỉ việc lấy các trường tương ứng và tạo user ở hệ thống của bạn.

Step 4: Get the User's Page, Page Access Token, and Instagram Business Account

Send a request to the GET /me/accounts endpoint and request the following fields:

This will return a collection of Facebook Pages that the user can perform tasks on. For each Page in the result set, the response will include its:

Token values have been truncated (...) in this example for readability.

Token values have been truncated (...) in this example for readability.

Capture the Page ID (id), Page access token (access_token), and Instagram Professional account ID (instagram_business_account) for the Page that the user has connected to their Instagram Professional account.

Keep in mind that some users may be able to perform tasks on more than one Page. If multiple Pages are included in the response, you may have to surface each Page's name (name) to the user so they can identify which Page's data to capture.

Sepertinya Anda menyalahgunakan fitur ini dengan menggunakannya terlalu cepat. Anda dilarang menggunakan fitur ini untuk sementara.

Sepertinya Anda menyalahgunakan fitur ini dengan menggunakannya terlalu cepat. Anda dilarang menggunakan fitur ini untuk sementara.

due to the fact that you use non-default module (because there is no default fb login addon)

we don know anything about:

- module that you use

- what is the configuration of addon

issue that you've got is:

- fact that it does not log in users?

The customer register correct, but when you try to log-in doesn't work.. (even if you connect with the button)

The module developers said "Last time we updated the Facebook app and the module worked fine.

But now it seems something is modified in the Facebook App, but the module installation isn't included with the module purchase.

We did it for Facebook the last time just to help you, but if someone changed something, we can't spend more time.

In common case the installation service isn't free

For 2 button this is https://www.businesstech.fr/en/support-services/14-installation-and-configuration-service.html#/32-module_to_install-facebook_connect_1_2_services

For 4 buttons this is https://www.businesstech.fr/en/support-services/14-installation-and-configuration-service.html#/43-module_to_install-facebook_connect_3_4_services

If you don't wish buy an installation service you can follow our FAQ topic link : http://faq.businesstech.fr/faq.php?id=99

As you can see on our demo shop when all is configured the connection works fine : http://prestashop-demo.businesstech.fr/

About the password the module generates it, but the customer won't use it, he always uses the social network button."

Offenbar hast du diese Funktion zu schnell genutzt. Du wurdest vorübergehend von der Nutzung dieser Funktion blockiert.

Wenn dies deiner Meinung nach nicht gegen unsere Gemeinschaftsstandards verstößt,

Offenbar hast du diese Funktion zu schnell genutzt. Du wurdest vorübergehend von der Nutzung dieser Funktion blockiert.

Trong bài viết này tôi sẽ hướng dẫn các bạn cách tích hợp đăng nhập bằng facebook vào website. Việc tích hợp FB sẽ đem lại lợi ích lớn cho người dùng khi mà họ không cần điền các thông tin đăng ký dài dòng mà chỉ cần click vào nút đăng nhập FB là đã có quyền truy cập vào website của bạn.

Có nhiều hướng dẫn trên mạng nhưng đây có lẽ là cách tốt và ngắn gọn nhất.

Sau đây là các bước để tích hợp:

Tạo 1 Facebook App tại địa chỉ: https://developers.facebook.com/

Cấu hình thêm tên miền trang web của bạn vào phần cấu hình website của App( ở local thì sẽ là: http://localhost/)

Đặt nút login vào trang web của bạn(Bước này sẽ làm chi tiết hơn ở phía sau bài viết)

Lúc này khi user click vào nút login FB của bạn. Nếu họ chưa login ở FB, màn hình login FB sẽ hiển thị ra: Còn nếu đã login thì màn hình yêu cầu cấp quyền đăng nhập sẽ hiện ra:

Sau khi đồng ý đăng nhập, người dùng sẽ được redirect trở về website của bạn. Tại đây bạn có thể lấy các thông tin của người dùng như: email, nick name, FB ID từ đó tạo user trong hệ thống của bạn.

Chúc các bạn thành công

Anda mungkin ingin melihat