I've read everything I could find here about how to upload images using the Graph API. There is some very helpful information about how to get images to a user's page. And that seems to work very well (switching out "/me" for "/[user_id]"). But when I try the same thing using the ID for a sub-page, it always sends the image to "/me".
It's almost acting like the path for the sub-page fails to resolve and reverts to a fail safe, rather than generating an error.