I am struggling with the new graph api, trying to publis stream with flash attachment. However docs http://developers.facebook.com/docs/api says its only possible to post /PROFILE_ID/feed with arguments: message, picture, link, name, description , I have discovered that even other works (caption, ...) Now I would like to guess correct arguments for publishing flash attachment but no luck: type (flash), swfsrc, imgsrc, width, height, expanded_width, expanded_height all those does not seems to work. Any ideas?
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.
|
|
Hey - publishing Flash doesn't work with the new Graph API. Vote for this bug to help speed up the process of getting it working |
|||
|
|
|
Actually, you still being capable of publishing flash in facebook using the stream.publish method (https://api.facebook.com/method/stream.publish? access_token=....) and using the publish stream rules of the old API, the only thing that took me a lot of time working around, was that the JSON attachment parameter MUST use double quotes, not the single ones that are on the documentation |
|||
|
|