Facebook Android SDK v4.0.0 ShareDialog NullPointerException issue

后端 未结 3 1852
悲哀的现实
悲哀的现实 2021-01-13 01:04

As per these instructions https://developers.facebook.com/docs/sharing/android I have implemented the Facebook ShareDialog to appear in my app but it\'s causing the followin

3条回答
  •  难免孤独
    2021-01-13 01:30

    do not write the facebook key within the meta

    write it in a string and reference it in the meta in manifest

    like so

    id_facebook
    
    
    

    hope this helps :)

提交回复
热议问题