I have managed to get my Android application to post to FB (at last).
However, I am stuck on what exactly I am meant to put in the field “redirect_uri”.
I don’t want to do anything special whether the user clicked post or not.
Is there a way I can just simply ignore it?
Would love to be able to leave it out but it is a compulsory parameter.
Update:
In order to be able to post I created a dummy application in FB. Maybe that’s where I went wrong!
If you leave out the redirect_uri, it will be automatically filled in by most of the SDKs, I’m not sure if that’s definitely true of the Android SDK. You could just use the current URL in that field, meaning the user won’t go anywhere?