facebook-as3-api

Upload photo to fanpage from application user

 ̄綄美尐妖づ 提交于 2019-12-11 17:38:44
问题 I have a Facebook application in which a user can upload photos to a facebook fanpage. I am having trouble figuring out how to upload the photo as the user that is using the application. Currently I can have the fanpage upload the photo as itself, so the fanpage loses the author of the photo. To do this I am grabbing the fan page's auth token(which I am assuming is the reason the app is posting as the fan page) and using that to pass to the "photos" method of the api. I am using the AS3 api,

Posting image to Facebook album with AS3 API

风流意气都作罢 提交于 2019-12-01 07:37:00
I'm having trouble with posting an image from my canvas application to the user's albums. According to the Facebook docs: In order to publish a photo to a user’s album, you must have the publish_stream permission. With that granted, you can upload a photo by issuing an HTTP POST request with the photo content and an optional description to one these to Graph API connections: https://graph.facebook.com/USER_ID/photos - The photo will be published to an album created for your app. We automatically create an album for your app if it does not already exist. All photos uploaded this way will then

Posting image to Facebook album with AS3 API

偶尔善良 提交于 2019-12-01 04:43:29
问题 I'm having trouble with posting an image from my canvas application to the user's albums. According to the Facebook docs: In order to publish a photo to a user’s album, you must have the publish_stream permission. With that granted, you can upload a photo by issuing an HTTP POST request with the photo content and an optional description to one these to Graph API connections: https://graph.facebook.com/USER_ID/photos - The photo will be published to an album created for your app. We