mssaravanan / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

Send App Request to our Friends #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I want my app which is integrated with social-auth, to send app request to my 
friends in the list.

What is the expected output? What do you see instead?

In the attached image.

What version of the product are you using? On what operating system?

Eclipse with ADT 21

Original issue reported on code.google.com by deepu.st...@gmail.com on 11 Mar 2013 at 11:38

Attachments:

GoogleCodeExporter commented 8 years ago
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 vineet.a...@3pillarglobal.com on 11 Mar 2013 at 12:20

GoogleCodeExporter commented 8 years ago
Hi , We are taking it as feature request. We will update if decide to include 
it next version

Original comment by vineet.a...@3pillarglobal.com on 21 Mar 2013 at 9:44

GoogleCodeExporter commented 8 years ago
Ok. Thanks for the consideration though.

Original comment by deepu.st...@gmail.com on 21 Mar 2013 at 6:28

GoogleCodeExporter commented 8 years ago
sir please update this feature...(share with your friends about the app )...

Original comment by pradipsa...@gmail.com on 22 May 2013 at 12:24

GoogleCodeExporter commented 8 years ago
Hi,

we will be doing it in sdk 3.0.

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

Original comment by l...@3pillarglobal.com on 10 Jun 2013 at 3:34

GoogleCodeExporter commented 8 years ago
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 aaronlew...@gmail.com on 20 Aug 2013 at 6:44

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
any update about this issue or any expected date to get this feature with new 
release?

thanks

Original comment by onee...@gmail.com on 8 Oct 2013 at 4:27

GoogleCodeExporter commented 8 years ago
how to can setTo wall facebook sir?
thx

Original comment by MasSus...@gmail.com on 4 Dec 2013 at 1:29

GoogleCodeExporter commented 8 years ago
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 shr...@finoit.in on 16 Jan 2014 at 8:42

GoogleCodeExporter commented 8 years ago
Any Update on this or any other solution for this issue ??

Original comment by sumit.s...@pnestec.com on 17 Dec 2014 at 3:42