Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Im trying to do a simple script with this:

How-To: Use the Graph API to Upload Photos to a user’s profile

But my problem is two things:

  1. I want the users to be able to send the pictures from my site to facebook with out having to download it and then upload it
  2. I would like to have a diferent respond insted the number one gets from facebook

I seen some pages do this,

Please help

share|improve this question

1 Answer

up vote 1 down vote accepted

The doc says "you can upload a photo by issuing an HTTP POST request with the photo content and an optional description". Try perhaps with the image's web url. According to this, it should work.

For the second, you should use XMLHTTPRequest.

share|improve this answer
Thanks man, it word... just needed a little editing but the basic idea was the same, thanks a lot! – Ricardo Capistran Feb 8 '12 at 0:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.