Specifying app_id and app_name for facebookConnect in a multi-device hybrid app in VS2013 & W8.1

后端 未结 2 1341
死守一世寂寞
死守一世寂寞 2021-01-28 12:39

I\'ve been banging my head on this one for a while now.

How do I specify the app_id and app_name when trying to use the facebookConnect plugin in a Multi-Device Hybrid a

2条回答
  •  半阙折子戏
    2021-01-28 13:17

    What you probably miss is the renaming of the element from preference to param

    in plugin.xml change preference to param for app name and app id an also enter their value.

    <preference name="APP_NAME"> 
    to 
    <param name="APP_NAME" value="" />

提交回复
热议问题