Facebook - postpone on wall from Android app

Set aside on the wall from an Android application ...

parameters.putString("app_id", mAppId); parameters.putString("picture", "http://fbrell.com/f8.jpg"); parameters.putString("name", "Facebook Dialog"); parameters.putString("caption", "Reference Documentation"); parameters.putString("description", "Dialogs provide simple interface applications..."); parameters.putString("message", "Facebook Dialogs are easy!"); 

I have specified the parameters above, and every time I get an empty dialog (with the heading "Publish to the wall"), and when I click the "Publish" button, it publishes the correct values ​​in this account ... so there is no problem not related to the position of the parameter values ​​on the wall, but I don’t know why I get a dialog with beams!

+6
source share
1 answer

use a simple facebook sdk project, it simplifies a lot. They created a library project for this

https://github.com/sromku/android-simple-facebook

-1
source

Source: https://habr.com/ru/post/891734/


All Articles