Yahoo Web Search

Search results

  1. Overview. Core use cases and features for Facebook Login. Plan. OS-Specific Integration. How to integrate Facebook Login into your app on various platforms: iOS. Android. Web. For Devices. Best Practices, User Experience Design, Login Security. Foundations for building a successful app with Facebook Login. Permissions. Asking for user data.

    • Overview

      Facebook Login Overview. Facebook Login is a fast and...

    • Android

      The simplest way to add Facebook Login to your app is to add...

    • Web

      Facebook Login with the Facebook SDK for JavaScript enables...

    • For Devices

      Implement Login for Devices. Facebook Login for Devices is...

    • Guides

      Use Token with Existing Login Systems. Re-Authentication. ID...

    • User Experience Design

      3. Facebook Login Button. The Facebook Login button that...

    • Facebook Login for Business

      Facebook Login for Business. Facebook Login for Business is...

    • Testing

      If someone clicks “Cancel” in response to your Facebook...

  2. Facebook Login with the Facebook SDK for JavaScript enables people to sign into your web page with their Facebook credentials.

  3. Page access tokens are used in Graph API calls to manage Facebook Pages. To generate a page access token, an admin of the page must grant your app the Page permission or permissions needed. Once granted, you can retrieve the Page access token using a user access token with the required permissions.

  4. Full JavaScript Example for Facebook Login. This code will load and initialize the JavaScript SDK in your HTML page. Use your app ID where indicated. For the API version, specify the graph API version to use. Unless you have a specific reason to use an older version, specify the most recent version: v20.0.

  5. For browser-based login for a web or desktop app without using our SDKs, such as in a webview for a native desktop app (for example Windows 8), or a login flow using entirely server-side code, you can build a Login flow for yourself by using browser redirects.

  6. The Pages API is a set of Facebook Graph API endpoints that apps can use to create and manage a Page's settings and content.

  7. The Facebook Pages API from Meta allows apps to access and update a Facebook Page's settings and content, create and get Posts, get Comments on Page owned content, get Page insights, update actions that Users are able to perform on a Page, and much more.