Android - Share custom link via facebook

前端 未结 3 1152
没有蜡笔的小新
没有蜡笔的小新 2021-01-07 04:48

I need to share specific part in my app when user open it , if he download my app it navigate direct to this part (it may be nested fragment).

String AppURL          


        
3条回答
  •  不要未来只要你来
    2021-01-07 05:01

    As mentioned by @Ragu Swaninathan, you can use ShareLinkContent from Facebook SDK.

    Now to achieve the redirection to the specific screen of the app, you can use Firebase dynamic link feature. You can generate dynamic links using Firebase SDK and then receive those links in the app to handle the navigation flow. You need to share these dynamic links along with the contents.

提交回复
热议问题