3

Ok, so here was my first question:
How do I allow visitors on my site to share my photos on their facebook news feed?

After implementing it I realized what I really want is to upload the image as a photo to their photo album.

How would I got about getting an image on my site, to upload to their photo album, when they click on a facebook icon next to the image?

Any thoughts at all are appreciated.

Thank You.

Community
  • 1
  • 1
Greg McNulty
  • 1,476
  • 5
  • 28
  • 50
  • http://stackoverflow.com/questions/16214300/upload-base64-image-facebook-graph-api/16439233#16439233 – Brune Sep 01 '13 at 17:10

2 Answers2

3

Have you seen the .NET librarys available on codeplex. They should allow this plus alot more task.

http://facebooktoolkit.codeplex.com/

http://facebook.codeplex.com/

Daveo
  • 19,018
  • 10
  • 48
  • 71
1

There is a photo upload REST API, maybe this is helpful?

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
  • Thanks, I tried it. It appears this is to upload an image already in a users album to my desk top.... "Uploads a photo owned by the specified user or the current session user and returns the new photo." – Greg McNulty Dec 13 '10 at 06:11
  • 2
    from the documentation page you cited: `Please note: We are in the process of deprecating the REST API, so if you are building a new application you shouldn't use this function. Instead use the Graph API and POST to the photos connection of the User object` – Cheeso Dec 15 '10 at 00:51