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,
- In developers.facebook.com, open your app dashboard.
- In the Left pane, open 'Open Graph.
- Select 'Action Types' tab
- Select the Action type for which your getting the above mentioned error.
- Scroll down to the section and you will find 'Capabilities' Section
- Turn ON 'Place' or any other capability which you would like to use
- Click Save Changes.
Now your app would work fine :)
Post a Comment for "Android Facebook Sdk - Action.setplace Error In Custom Stories In Andorid(feed Dialog Method)"