php - Share a picture on facebook, not via URL -


i have website , share pictures facebook using button.

i confused how share of picture works, have implemented share of picture via url http://m.facebook.com/sharer.php?u=[url]&title=[title] , requires picture hosted on server. wondering other options available?

is possible share picture directly on facebook (like if user uploading on facebook itself)? have heard oauth don't understand if using 3rd party libraries or if part of facebook libraries?

many thanks

you need use /me/photos endpoint upload picture, there example code in docs: https://developers.facebook.com/docs/graph-api/reference/user/photos/

the user must authorized publish_actions in order make work.

here´s more information authorization/login:


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -