0

Is there a Facebook component for creating posts that can be shown embedded in your application (ie. not leaving your application)?

I've only found components that takes the user away from the application.

pka
  • 563
  • 4
  • 9
  • Quick suggestion: The facebook SDK has dialogs which don't force the user to leave the app. I've used them a long while back :) https://developers.facebook.com/docs/reference/androidsdk/dialog/ Edit: The FacebookSDK also has a webdialog, might be the same thing (com.facebook.widget.WebDialog) – Unknownweirdo Jun 30 '14 at 09:04
  • Dialog might been a bad choice of words. I would like it to be a component that is visible within an activity. – pka Jun 30 '14 at 09:11
  • How about this? (AsyncFacebookRunner) http://stackoverflow.com/a/13817552/3309883 – Unknownweirdo Jun 30 '14 at 09:15
  • @Losin'Me With that solution we need to create the layouts by ourselves for the needed parts. What we want is basically what you get from ShareDialogBuilder but embedded within an activity – pka Jun 30 '14 at 09:22
  • Aww I see, I wish I could help more there, unfortunately I've only heard of those two methods :c – Unknownweirdo Jun 30 '14 at 09:27

1 Answers1

0

That is not currently possible with SDK.

Dave Miller
  • 316
  • 1
  • 3