All the searching on Google and stackoverflow into how to post on walls on Facebook that I can find give the same deprecated code. This is the old code for a simple wall post with a bundle.
Bundle params = new Bundle(); params.putString("name","Me");
fb.dialog(MainActivity.this, "feed", params, new DialogListener() { ,.. }
Pleeease, what would be the exact replacement for this with updated code.
Would this be the replacement for that code,