I am making an iPhone app where in the user wants that the selected image should be posted on Facebook wall on a single button click. I have Actionsheet button for this.
I want that both authentication of user (loginButtonTapped in tutorial below) and posting images to the wall (rateTapped in tutorial below) be carried out on a single button click.
I am using the example on the link below as my reference for posting images on Facebook wall
I am a beginner. What should I do?
You can use the facebook Graph Api for posting images to wall..
Here is the tutorial for this...