facebook Post on your behalf is not working in android facebook sdk 3.0.2

后端 未结 1 1748
萌比男神i
萌比男神i 2021-01-06 06:02

i am try to share the post in facebook. login, publish permission is working finefor the first time. if i delete the app from facebook web it is not asking me reinstalling l

1条回答
  •  轮回少年
    2021-01-06 06:26

    If the user deletes the app from Facebook, the only way your app will know is if you make a graph request, and it fails.

    Here are some common strategies for handling errors - https://developers.facebook.com/docs/reference/api/errors/

    You should also have a look at the Scrumptious sample that ships with the SDK, there's a handleError() method in SelectionFragment.java that implements the strategies outlined in the link above.

    0 讨论(0)
提交回复
热议问题