I'm using Facebook SDK in android , to share in user wall , but
Facebook fb=new Facebook(APP_ID);
this line of code is deprecated and application doesnt work.. (is there any update in FB SDK ? )
I'm using Facebook SDK in android , to share in user wall , but
Facebook fb=new Facebook(APP_ID);
this line of code is deprecated and application doesnt work.. (is there any update in FB SDK ? )
Make sure that you sign your Android app using a proper key (not the default debug Android key) and your App is not in Sandbox mode. A lot of help is available on https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
Hope it helps.