Giter Club home page Giter Club logo

Comments (11)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Hi ,

It seems Currently this feature is not available. We will look into it and may 
provide it in next version.

Will update about the issue on this thread.

Original comment by [email protected] on 11 Mar 2013 at 12:20

  • Added labels: Type-Other
  • Removed labels: Type-Defect

from socialauth-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Hi , We are taking it as feature request. We will update if decide to include 
it next version

Original comment by [email protected] on 21 Mar 2013 at 9:44

  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Other

from socialauth-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Ok. Thanks for the consideration though.

Original comment by [email protected] on 21 Mar 2013 at 6:28

from socialauth-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
sir please update this feature...(share with your friends about the app )...

Original comment by [email protected] on 22 May 2013 at 12:24

from socialauth-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Hi,

we will be doing it in sdk 3.0.

meanwhile you can use api method to build ur own functionality.

Original comment by [email protected] on 10 Jun 2013 at 3:34

from socialauth-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
You mentioned this feature would be released in sdk 3.0 but yet it has already 
been released. Is the feature there or are you still implementing it?

Original comment by [email protected] on 20 Aug 2013 at 6:44

from socialauth-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
[deleted comment]

from socialauth-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
any update about this issue or any expected date to get this feature with new 
release?


thanks

Original comment by [email protected] on 8 Oct 2013 at 4:27

from socialauth-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
how to can setTo wall facebook sir?
thx

Original comment by [email protected] on 4 Dec 2013 at 1:29

from socialauth-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
you can do it like this. after login do this(redirect url should be 
correct,enable "deep linking" and "single sign on" in settings after putting 
pacakage name, class name,key hash)

SocialAuthDialog dialog=new SocialAuthDialog(getActivity(), 
"https://www.facebook.com/dialog/apprequests?app_id=APP_ID&message=APP_NAME&redi
rect_uri=http://www.example.com",Provider.FACEBOOK, new DialogListener() {

            @Override
            public void onError(SocialAuthError arg0) {
                showNetworkError();// TODO Auto-generated method stub

            }

            @Override
            public void onComplete(Bundle values) {


            }

            @Override
            public void onCancel() {
                // TODO Auto-generated method stub

            }

            @Override
            public void onBack() {
                // TODO Auto-generated method stub

            }
        }, new SocialAuthManager());
        dialog.show();

Original comment by [email protected] on 16 Jan 2014 at 8:42

from socialauth-android.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Any Update on this or any other solution for this issue ??

Original comment by [email protected] on 17 Dec 2014 at 3:42

from socialauth-android.

Related Issues (20)

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.