-2

How can I upload images in Facebook album using graph api in php? Can anybody help me,

If anyone help me than I am appreciate with all your answers

Can anyone please give me demo if possible ?

icedwater
  • 4,701
  • 3
  • 35
  • 50
anand bhoraniya
  • 101
  • 1
  • 2
  • 4

1 Answers1

0

Please go through the document in the following link :

http://developers.facebook.com/blog/post/498/

This should help you

Prabhuram
  • 1,268
  • 9
  • 15
  • https://developers.facebook.com/docs/reference/rest/photos.upload/ link not found in that questions – anand bhoraniya Jun 18 '13 at 11:16
  • @anandbhoraniya the rest api is deprecated. So please go through the link given in the post – Prabhuram Jun 18 '13 at 11:34
  • i got error like "Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains." – anand bhoraniya Jun 27 '13 at 11:02
  • @anandbhoraniya please make sure that the url given in the facebook app settings matches the domain in which you are working. If it does not match then this error occurs – Prabhuram Jun 27 '13 at 11:28