Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

Publish feed using OnPublishListener: unable to publish #63

Closed
ankitchhabraindia opened this issue Dec 26, 2013 · 1 comment
Closed

Comments

@ankitchhabraindia
Copy link

Hi i am using OnPublishListener to publish on facebook wall: text and image. onComplete() method of listener is called successfully and log message is also printed that Published successfully. The new post id = 0, but when i do check on my facebook wall there is no post.

I already added permissions Permissions.BASIC_INFO, Permissions.EMAIL, Permissions.PUBLISH_ACTION, Permissions.PUBLISH_STREAM.

Please help me out, i am stuck into this issue.

@sromku
Copy link
Owner

sromku commented Dec 26, 2013

Have you added next lines in your activity?:

@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data)
{
    mSimpleFacebook.onActivityResult(this, requestCode, resultCode, data); 
    super.onActivityResult(requestCode, resultCode, data);
}

@sromku sromku closed this as completed Mar 6, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants