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.

i am using the following url for posting message to user wall via my application

https://graph.facebook.com/100002944254185/feed?client_id=129042607197622&message=found&oauth_version=2.0&oauth_nonce=5887e5b11904194f7d217e9b7f795d62&oauth_timestamp=1317623602&oauth_consumer_key=129042607197622&oauth_token=CCCB1XRLDTbYBAOwHYTO6qw1NswhUt99e0ov9yYG4CYAXahGi1VkycZAo8rWWDWfuq21w2jjZA49f4zNLZAM3JMGfTlj8d4rPTnTcvVcDk7T9iWY5HuY&oauth_signature_method=HMAC-SHA1&oauth_signature=96b104ee6b4576e7526390b287e7a32d&redirect_uri=https://apps.facebook.com/mymegha/

and this is working

what will be the format for uploading a photo?

What all should be included in the url and what else in the header. How the format will be?

Please help me out...

share|improve this question
1  
Why don't you just look at the Facebook SDK documentation? This has little to do with oauth to be honest. – Ramhound Oct 18 '11 at 10:51
i need to do the application without using available SDK. So need to specify oauth headers from the application itself. Can you help me out with required format – user968341 Oct 18 '11 at 11:40

1 Answer

up vote 0 down vote accepted

I got it solved. Inorder to upload photo the data should be specified as "multipart/form-data". It works..

share|improve this answer

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.