I'm following the developer documentation on Facebook to post a custom story onto the user's timeline here.
When it comes to actually displaying the dialog to the user, I am using the exact code that they are as you can see below.
FacebookDialog shareDialog = new FacebookDialog.OpenGraphActionDialogBuilder(this, action, "books.reads", "book")
However, I am getting is deprecated. That doesn't make sense to me, considering it's in the current documentation but anyway. Now I've tried to find what to replace it with in this part of the documentation but there's nothing that says about it being deprecated.
Anyone know of a solution?
0 comments:
Post a Comment