Aldrich Barcenas
Posts: 0
Joined: Wed Apr 30, 2014 8:50 am

Facebook Share Button Does not Return Me to My App

I had implemented a share button as instructions on this website.

https://developers.facebook.com/docs/...

I works as intended, when I click on the button in the app it goes to the facebook share screen. But it doesn't bring me back to my app (unless I use the back button on the device).

I would like to have it to either open the device's browser or open the facebook app instead.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Facebook Share Button Does not Return Me to My App

Hello,

Please uncheck "Render all pages in one HTML file" and check "public"

Aldrich Barcenas
Posts: 0
Joined: Wed Apr 30, 2014 8:50 am

Facebook Share Button Does not Return Me to My App

Image

I don't see the part where I check public. Where can I change that?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Facebook Share Button Does not Return Me to My App

Hi Aldrich,

You can tick it in Test button menu.

Aldrich Barcenas
Posts: 0
Joined: Wed Apr 30, 2014 8:50 am

Facebook Share Button Does not Return Me to My App

Ok, I just did these but when I click on the share button, which directs me to facebook share website, clicking on the share button doesn't give me back to my app. It just stays on facebook and I have to press back 2 times to get back at the app.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Facebook Share Button Does not Return Me to My App

Hello!

Use InAppBrowser: http://docs.appery.io/tutorials/using... prewindow.open(url, '_blank', 'location=yes');/prePlease note url should look like this prevar url = 'https://www.facebook.com/sharer/sharer.php?app_id=APP_ID&u=URL';/pre
APP_ID - your app ID on facebook
URL - link you are going to share

Return to “Issues”