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.

The process of moving images or similar files from a client machine to a server for storage and possible later display.

learn more… | top users | synonyms

0
votes
0answers
18 views

Facebook api uploading image that doesn't exist to the user album

I will try to explain this problem. I am developing a facebook app that create an image and upload to users album. I am using imagecreatefromjpeg twice to merge 2 small images in a big one. The code ...
0
votes
1answer
73 views

Upload Picture to facebook

Hey there I know a lot of people have asked this question but none of them could help me, this what I want is how to make a button onclick have to start a photo chooser and upload the chosen picture ...
0
votes
0answers
108 views

C# Facebook SDK: Create event with picture

I am using the C# Facebook SDK to do several things on Facebook from my ASP.Net application. I am able to successfully create an event, but I would like to set the "poster" picture of the event with ...
1
vote
1answer
362 views

How to set permission in faceboook in application to upload photo?

How to set the applications on facebook to be able to send a picture? I have access_token, APP_ID and secret_id but when you call in the application of this method: FacebookType publishPhotoResponse ...
0
votes
2answers
1k views

Android post picture to Facebook public page wall

I'm currently able to post to a public page wall using: JSONObject json = new JSONObject(); json.put("message", "I'm on your wall"); Request req = Request.newPostRequest(getSession(), ...
0
votes
1answer
136 views

Facebook Graph API - automatic login for an image upload

Here's the problem: We have a system that works offline, without internet access. However, it's supposed to offer users function so they can choose photos they would like to upload to Facebook later, ...
0
votes
0answers
98 views

Post image to facebook album without wallpost about it?

I'm thinking about a two step OpenGraph image upload workaround (post to album, get photo link, call OpenGraph with the image url), but I need to hide the album post from the user's wall. If my ...
0
votes
0answers
116 views

Upload hosted image to a Facebook fan page with php api

I found a great solution here, but I would like to upload an already hosted image like (http://sample.com/myimage.jpg) instead of a local file. What should I modify to replace the file upload method? ...
1
vote
1answer
58 views

Facebook Image upload

I want to upload the image on the facebook but there is a problem. I am facing the following error. Fatal error: Uncaught CurlException: 26: I found the exact problem here The solution is give ...
0
votes
0answers
212 views

How to post an image to a Page - not a user's account - but a sub-page

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 ...
0
votes
1answer
170 views

Facebook UI to display a photo upload available?

i want to implement the Facebook SDK (not the 3.0 beta) to simple upload a photo to the users wall. I´ve found some good posts how to do that: Post photo on users wall What i like to know is, if ...
0
votes
1answer
301 views

upload image to facebook group

Could anyone point me to some code dealing with uploading an image to a group via group post? I have found some code here: //IF FILE UPLOAD if ((($_FILES["file"]["type"] == "image/gif") || ...
2
votes
3answers
3k views

Facebook API upload photo from URL

I have a website with photo gallery and I'd like to upload each photo (one by one) to my facebook page (not wall). I managed to post a message but now I want to upload a photo to a FB Page Wall by ...
1
vote
0answers
659 views

Getting “message”: “(#324) Requires upload file” when I try to upload a picture using libcurl

I want to upload a local picture file to facebook. I use c++ so I can't use any SDK provided by facebook. I'm using libcurl. I can post plain text to feed but can't upload picture. Some code below: ...
2
votes
1answer
789 views

Uploading photos to a Facebook Page as the Page itself, programmatically in PHP

Background I'm having a bit of trouble finding out just how to programmatically post photos to a Facebook Page. I've read through the Facebook Documentation on Authenticating as a Page, but all the ...
0
votes
1answer
425 views

Upload photo to fanpage from application user

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 ...
1
vote
0answers
231 views

uploading photos to news feed

I'm using php api to upload photos and post checkins. Several weeks ago my photos displayed in News Feed automatically, but not now. My code: $photo_details = array('message'=> 'TEST'); ...
-2
votes
3answers
2k views

Can not upload images to face book

Iam trying to upload images to face book using php. But Iam getting this error now "Uncaught OAuthException: (#324) Requires upload file thrown in". $app_id = "257711244318488"; $app_secret = ...
1
vote
1answer
1k views

Graph API: Upload photo with place

Using the latest iOS SDK, I'm trying to execute a request to graph path:"me/photos" with parameters:"source", "message" and "place". The "place" parameter holds a valid place ID but unfortunately ...
0
votes
1answer
504 views

Facebook Apps - Picture uploading failed from today

Error Message : OAuthException: (#100) Cannot specify user tags without a place tag But I haven't changed any coding. I can still upload without tags. What could be the problem? Thanks
1
vote
0answers
257 views

Photo sharing site/app that allows others to upload to my stream?

My organization is launching some local programs that they want to build up using social media. We already have some Facebook integration (likes, comments, etc.), but they would like people to be ...
1
vote
0answers
409 views

Nobody's solution is fixing my “Key access_token” expected byte[] error when uploading photos to facebook

I am trying to upload a picture to Facebook. Unfortunately it won't upload and I'm getting this in my log. 02-04 18:57:16.293: E/AndroidRuntime(462): java.lang.OutOfMemoryError: bitmap size exceeds ...
0
votes
0answers
236 views

Is it possible to upload photo to the friend's wall via Graph API?

Reading multiple posts and tutorials I assumed that this should be possible. After all if one can post a message to friend's wall via API, why shouldn't he be able to post an image? But in my app, I'm ...
0
votes
1answer
360 views

I am trying to upload an image to Facebook but get “Key format expected byte[]”

I am using Facebook's API to create a new album with a picture from my android app but I keep on getting these annoying errors that make no sense. I have done some research but have come up with ...
2
votes
1answer
507 views

Create GD.php image and post to album using fb.api / fb.ui

All the examples I've seen use the old $facebook->api for album and uploading an image. ie, old api//$facebook->setFileUploadSupport(true); What would the new api call be? ...
0
votes
0answers
303 views

Photo Upload - Error occured

I want to use the below code part to upload a picture in a specified album. I have set the photo_upload permission for my app, but when I try to upload an image it says "Error occured". Can you help ...
0
votes
0answers
174 views

Graph API - Photo uploaded by API is not visible

I`m geting the following problem. Using graph api I can create an album (exactly photo album of my app). There is no problem also to upload photo to already created album (I have aid of this album as ...
0
votes
1answer
546 views

Uploading image on iOS5/phonegap. Byte Array/Data URI possible?

I'm attempting to export the data from an HTML5 canvas (either as a data URL or a blob) and post it to facebook. I'm using phonegap 1.2, iOS 5 and the phonegap facebook plugin var bytes; ...
0
votes
1answer
491 views

downloading facebook image to local server

i am using function save_image($inPath,$outPath){ //Download images from remote server $in= fopen($inPath, "rb"); $out= fopen($outPath, "wb"); while ($chunk = fread($in,8192)) ...
2
votes
0answers
235 views

Batch creative image update with ADS Api?

I try to update ads group with batch request. Everything is going fine if not add image_file param but when add it return an error. My ad_specs; Array ( [method] => post [relative_url] => ...
0
votes
1answer
269 views

iOS dev: Problem with uploading UIImage to facebook album

please check my code: Here i'm trying to upload screenshot to facebook album, but that doesnt works CGImageRef screen = UIGetScreenImage(); self.image = [UIImage imageWithCGImage:screen]; ...