Skip to content Skip to sidebar Skip to footer

Android Facebook Sdk - Action.setplace Error In Custom Stories In Andorid(feed Dialog Method)

I am trying to post a FB Custom story in Android using Open Graph(Share Dialog Method). The code was working very well and posted successfully, until I had added action.setPlace().

Solution 1:

I solved the problem by myself. It was an Authentication issue. I had to enable 'Place' Capabilites from FB Developer Panel. Just follow the steps given below,

  1. In developers.facebook.com, open your app dashboard.
  2. In the Left pane, open 'Open Graph.
  3. Select 'Action Types' tab
  4. Select the Action type for which your getting the above mentioned error.
  5. Scroll down to the section and you will find 'Capabilities' Section
  6. Turn ON 'Place' or any other capability which you would like to use
  7. Click Save Changes.

Now your app would work fine :)

Solution 2:

I solve this problem by this way:

  1. Open your "Settings" - "Display Name"
  2. Change "Display Name" into your app name (must be the same)

Hope this can help you!

Post a Comment for "Android Facebook Sdk - Action.setplace Error In Custom Stories In Andorid(feed Dialog Method)"