I am trying to create a shorthand for Facebook using the Facebook Graph API. Payload:
{ :message => 'I just uploaded image',
:picture => 'http://s3.amazonaws.com/picyou-andrey-development/images/GejoFV/GejoFV.png?AWSAccessKeyId=AKIAI6ANFCV7RKOBGGBA&Signature=U0Bd2bMQ3Pai%2BAblVOimSOVcbzk%3D&Expires=1308771841',
:link => 'http://google.com',
:name => 'Test Post' }
The message is created correctly, but the problem is in the image, which is not displayed at all.
When I used Amazon S3's public URLs such as http://s3.amazonaws.com/picyou-andrey-development/images/GejoFV/GejoFV.png , the image displayed correctly.
Any opportunity to use dynamic URLs as a βpictureβ parameter from Facebook?
Thanks in advance.
Update:
A guy was found on the Facebook developer forum with exactly the same problem:
http://forum.developers.facebook.net/viewtopic.php?pid=302856