sending a private message to your friends via Facebook IOS SDK

前端 未结 3 1919
伪装坚强ぢ
伪装坚强ぢ 2020-12-01 22:13

I saw your post about sending messages to your Facebook friends via the IOS Facebook sdk,

I was wondering if there is a way to send a private message as well to the

3条回答
  •  误落风尘
    2020-12-01 22:39

    let messageDialouge = MessageDialog.init(content: , delegate: nil)
       if messageDialouge.canShow {
            messageDialouge.show()
        }
    

    And do add fb-messenger-share-api inside the LSApplicationQueriesSchemes in info.plist

提交回复
热议问题