android-simple-facebook
android-simple-facebook copied to clipboard
[Deprecated] Simple Facebook SDK for Android
Hi @sromku , Thanks for your sample. I invited friends successfully. However when my friends click the message I sent, it not show my app on Play store, it showed...
Hi, I'm having an Exception on this line: simpleFacebook.onActivityResult(this, requestCode, resultCode, data); When the user is login into the app and Facebook is returning the callback in the onActivityResult method....
``` OnPostsListener onPostsListener = new OnPostsListener() { @Override public void onComplete(List posts) { Log.d(LOG_TAG, "Number of posts = " + posts.size()); Log.d(LOG_TAG, "get link: " + posts.get(0).getLink()); Log.d(LOG_TAG, "get type:...
I can get photoid and path but all others fields are null
Can you please help me out with this as the message text is not getting displayed on the post Feed feed = new Feed.Builder() .setMessage("Testing Demo") .setLink("youtube.com") .build();