RaulPop
RaulPop

Reputation: 25

Share on Facebook - Post to Wall dialog

I have 3 buttons for sharing: Facebook, Twitter, Email: facebook share

I want when the user presses the Facebook button to show up the Post to Wall dialog, like below: facebook share

is there any way to do that? I guess that, first the user must log-in in his Facebook account and that that post to wall dialog should appear.

Any help? :)

Upvotes: 0

Views: 520

Answers (1)

Ankit Aggarwal
Ankit Aggarwal

Reputation: 2405

This can't be done directly. What you have to do is to integrate the Facebook SDK for Android, and then use the Post to Wall dialog.

You should go through this official tutorial which explains elaborately. https://developers.facebook.com/docs/tutorials/androidsdk/3.0/scrumptious/authenticate/

Hope this helps.

Upvotes: 1

Related Questions