I just saw it is working for others. I dont know whether it is working to everyone, or just working to few people.
My coding is not suddenly working for the last two days. It is PHP graph api
$facebook->api('/me/photos?access_token='.$access_token, 'post', $arguments);
This is how it is uploaded. Nothing was changed. It was working fine. It is all not working for the last two days.
Error is
OAuthException: (#100) Cannot specify user tags without a place tag
$arguments is an array which contains the image, tags (which is also an array) and message
$argumentsdata. I guess you're trying to tag people in the image, but you're not specifying the x,y coordinates for the tags (within the picture) – scibuff Mar 8 '12 at 13:50