ccsoft / cordova-facebook

Cordova plugin that handles Facebook integration in mobile apps.
Apache License 2.0
87 stars 43 forks source link

Submit stories? #51

Closed ArtoriusDesign closed 9 years ago

ArtoriusDesign commented 9 years ago

Can stories be submitted via javascript? There is a http post method given by facebook, but that needs object metas stored in remote html files. The javascript method requires fb.api.

koraybalci commented 9 years ago

We are not relying on fb.api in js side for our plugin. You can either try to use the http post method with the access token or add native story support to this plugin for both android and ios.

koraybalci commented 9 years ago

Added graphCall method to use FB Graph API in a generic way. This might help you perhaps, closing the issue.