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.

From last few week I have been getting:

OAuthException: (#100) picture URL is not properly formatted

for some posts. The behaviour is inconsistent.

I am using Facebook's Graph API. I can't think of anything in my code that could warrant this behaviour.

share|improve this question
there is not enough information to go on, add a code snippet of how you are sharing. If the problem is inconsistent, perhaps some of the image urls are not sent correctly to the API... – Nitzan Volman Feb 3 '12 at 12:33

2 Answers

I faced this problem days ago , and I found that I was sending the image into "/me/feed" which must be "me/photos", also I tried posting image from different URLs not included in App Domain URLs. and it works fine for me

share|improve this answer

Usually #100 error occur when you try to use a URL which is not included in the pre-approved list that you fill out in the basic settings on the app. The list is marked by the "App Domain:" in the image below.

if you are using an external repository you will need to add it for it to work. You can see below that I have added several to this project. enter image description here

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.