GithubHelp home page GithubHelp logo

ranlt / android-facebook-authentication Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thuzi/android-facebook-authentication

0.0 2.0 0.0 254 KB

Sample of SSO and Web Auth for Facebook on Android

android-facebook-authentication's Introduction

Thuzi Facebook Android SDK Simple Sample

Sample shows how to use SSO with Facebook as well as Dialog Authentication. You will want to use Dialog Authentication when using plug-ins such as like, send, comments, etc.

To force Dialog only authentication, modify the Facebook.java file as such:

public void authorize(Activity activity, String[] permissions, int activityCode, final DialogListener listener) {
boolean singleSignOnStarted = false;
mAuthDialogListener = listener;
// Prefer single sign-on, where available.
//        if (activityCode >= 0) {
//            singleSignOnStarted = startSingleSignOn(activity, mAppId,
//                    permissions, activityCode);
//        }
// Otherwise fall back to traditional dialog. (We want dialog only)
    if (!singleSignOnStarted) {
        startDialogAuth(activity, permissions);
    }
}

This forces the dialog, thus allowing the cookie and session to carry over to web views inside your app.

Dependencies:

Facebook Android SDK

android-facebook-authentication's People

Contributors

jschluchter avatar

Watchers

James Cloos avatar Phu L. avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.