dinasaif / socialauth-android

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

facebook post successful notification #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
   I use socialauth-android for my game.  Now ,i can post message to facebook .
At http://code.google.com/p/socialauth-android/issues/detail?id=49 , I found 
the way to solve my problem. But i have another problem. After i post message 
to Facebook successfully ,i can't
 tell player.  I find thess code :
                  public void run() {
                try {
                    getCurrentProvider().updateStatus(message;
                    Log.d("SocialAuthAdapter","MessagePosted";

                     } catch (Exception e) {
                    dialogListener.onError(new   
                                        SocialAuthError("Message Not Posted", e));
                    }
                              }
These code tell us that i can add my code in dialoglistener when the code 
catches the exception.But I can not add my code in listener when the code is 
"MessagePosted".So , i want to change the code and export jar file.I know that 
the source code is out of date by
 http://code.google.com/p/socialauth-android/issues/detail?id=49.Please give me a help, give me the newest code,i will make a jar file after i add my own code.

Original issue reported on code.google.com by liu.lu...@dena.jp on 28 Apr 2013 at 7:47

GoogleCodeExporter commented 8 years ago
Hi,

the source code is currently in testing stage. So we are not providing to 
developers as of now. We are looking to release in last week of may.

Original comment by vineet.a...@3pillarglobal.com on 30 Apr 2013 at 5:13

GoogleCodeExporter commented 8 years ago
Hi , the source code is available now. sdk 2.5

Also the update status method now returns response object.

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