I am developing an app in which I want to share an image on Facebook. I have searched a lot and all the results i could find were using the Facebook android-sdk. But i am not using Facebook android-sdk, so can anyone please help me with the Post request that i am to use along with the parameters to the graph api for uploading photo on my feed??
The image does not have a link, I am uploading it through my mobile.
In this documentation in the publishing section, I am not able to understand the method /ALBUM_ID/photos and its arguments. Please help.
-Thanks in advance
I am developing an app in which I want to share an image on
Share
The URL which you have provided is about Graph Api.
and If you want to use Graph Api, You must have an Access Token, and to get Access Token you are going to use Facebook-Android-SDK.
Remember all the methods in Graph-api needs a valid access token agains your app.