Facebook : Upload mutiple photos for a single post from android application -


I have post many photos on Facebook from the Android app. Can anyone help me? How can I do this?

Thanks in advance.

You can download Facebook Android SDK and integrate it into your application.

Then use the link to be able to enter the user in your Facebook application, which receives a valid access token. Be sure to ask for the publish_stream permission.

Then you have to call the appropriate graph API to upload photos, it is explained to call the normal graph API.

From the wall via / {user-id} / feed . The proper end points are listed.

If you show progress in your efforts so far, but this was a general question, then this is a general answer.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -