views:

23

answers:

1

I have facebook connect setup for an app but I am not sure how to allow the user to share images from within the app to the facebook connect profile?

Is this possible, if so how does one do it?

Thanks

+1  A: 

Do you know how to post a status already? If yes, then you just need to include another parameter called "attachment" in the dictionary parameter.

Steam API and Stream Attachment API

vodkhang
Thanks, but for the source argument, type': 'image', 'src': 'http://icanhascheezburger.files.wordpress.com/2009/03/funny-pictures-kitten-finished-his-milk-and-wants-a-cookie.jpg', can it be a png file from within the app?
alJaree
I think yes, if you want to test, put your image link inside the link box of facebook website. If facebook can get it, then you can use it:)
vodkhang