Daniel Kussin
Daniel Kussin

Reputation: 13

PhoneGap App: FB Share via API without FB Popup

We plan on building a PhoneGap App and want to give the user the possibility to share information on Facebook.

We wonder if this is possible with the FB JavaScript SDK without leaving our app that means without having FB open its Share Dialog.

Well, and when it is possible does anyone know of an tutorial which kind of describes how we will do this?

Upvotes: 1

Views: 264

Answers (1)

wmfairuz
wmfairuz

Reputation: 1043

If you ask for PUBLISH_STREAM permission from the user, there will be no dialog at all.

Upvotes: 1

Related Questions