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.
Upload refers to the sending of data from a local system to a remote system such as a server or another client with the intent that the remote system should store a copy of the data being transferred, or the initiation of such a process
-1
votes
0answers
14 views
script Facebook PHP SDK stopping or CGI error on upload
I'm developing a script that by Facebook API takes data that then I'm going to save on my DB.
The fact is that:
a) if the data are many, the script stops with no apparent reason and without any ...
1
vote
0answers
14 views
Is it possible show progress of bytes transferred when uploading photos
Facebook SDK 3.0 for Android
android:minSdkVersion="8"
android:targetSdkVersion="17"
Below is what I am using to Construct the request and it is working fine.
Request(Session session, String ...
0
votes
0answers
59 views
Upload photo to Facebook Page as Business User ends without error but photos can be viewed only if page-mode is on (use facebook as page)
I am writing a script which uploads photos to a Facebook Page (fanpage).
Maybe can be useful for you to know that this page is still set to private ("not published")
What I am trying to do is upload ...
0
votes
1answer
60 views
Getting Facebook picture info or ID
I am creating a facebook app in which I change the User Display picture.Now if the user again come to my app i want to see that either he is an old user or a new one.
What my algo is to rename the ...
0
votes
0answers
63 views
Facebook authentication to upload image to fan page
<?php
require_once('facebook-php-sdk/src/base_facebook.php');
require_once('facebook-php-sdk/src/facebook.php');
function upload_image($image_name) {
$appid = ' XXXXXXXXXX';
...
-3
votes
1answer
95 views
How to upload multiple photos to facebook from iphone sdk? [closed]
How to upload multiple photos to facebook from iphone sdk?
answer me~~
1
vote
1answer
53 views
Upload photo to Facebook and keep link Upload by AppName
I use following code to post photo to the wall
[FBRequestConnection startForUploadPhoto:img
completionHandler:^(FBRequestConnection *connection, id result, ...
0
votes
1answer
42 views
Uploading a large AVCHD video file to facebook
What is the best way to upload a ~700MB of AVCHD (1080p, 50fps) video file to facebook to get the best performance?
Uploading it the regular way gets video and audio out of sync, and the video ...
0
votes
0answers
93 views
Upload video with facebook graph api
I am try to upload video to facebook page with graph api but from the VIDEO link!
According to facebook, code goes like this-
<?php
$app_id = "YOUR_APP_ID";
$app_secret = "YOUR_APP_SECRET";
...
1
vote
0answers
82 views
Website with Facebook Login: Where to upload screenshot?
I created a website with the possibility to log in by Facebook.
Everything works fine. It is already used by some people.
Now I want my App to be listed in the App Center. I just read all the ...
0
votes
2answers
105 views
Why doesn't facebook accept my UIImage?
If I use the Facebook method:
[FBRequestConnection startForUploadPhoto:sendPicture
completionHandler:^(FBRequestConnection *connection, id result, NSError *error) {
...
0
votes
1answer
53 views
Upload image from wordpress site to facebook
I'm newbie, so be polite please. I'm using latest version of Wordpress, and NextGen Gallery. I want to allow visitors to upload images on their facebook account from my website. I'm managing a photo ...
0
votes
0answers
117 views
Upload photo to Facebook with Phonegap
i have used a tutorial by Drew Dahlman to upload a photo from a Phonegap app first to the server and then from the server to Facebook. I managed to get the photo to the server, but the php didn't pick ...
1
vote
1answer
134 views
Video cannot be processed error notification while uploading a video [closed]
when i try to upload a video of different formats(including .mp4 and .3gp files) to facebook from my android application, i get a notification in my facebook account saying 'Your video could not be ...
1
vote
1answer
166 views
Facebook SDK 3.0 upload video in android
my codes to upload video:
request = Request.newUploadVideoRequest(Session.getActiveSession(), new File("/mnt/sdcard/DCIM/Camera/VID_20130317_185519.3gp"), FBRequestCallbacker);
Bundle params = ...
0
votes
0answers
66 views
Upload video to Facebook from the server
I have a problem when uploading videos to Facebook.
I use Facebook SDK for Android: https://github.com/facebook/facebook-android-sdk to get the access token with the following permissions: ...
-1
votes
1answer
38 views
How to have picture uploaded from facebook-graph-api showing directly in same way as from web browser?
You can see the difference from below picture. Target is to show picture without downloading..
http://i.stack.imgur.com/tWbnN.jpg
Thanks
1
vote
0answers
32 views
There is a common way for upload a photo from a link and count their likes?
im new on facebook dev.
i have a program in C++ who upload a picture taken with a cam to my server. Then this program give a QR code for "sharing" purposes.
But here is my problem, i dont know how ...
0
votes
0answers
67 views
Is Facebook batch request photo upload with no_story possible?
Is it?
Uploading works like a charm, but I don't want it to show up on timeline or feed.
I've tried adding no_story to each request, and to the $params which is commented out in following code:
...
0
votes
0answers
118 views
Upload photo on facebook Fanpage
I tried to upload a photo on a Facebook page with open graph api, but it gives me an error about token.This is the code used:
Api Upload image to facebook fan page album
<?php
...
0
votes
2answers
98 views
How to allow user to access their FB album and share an image from their album
I was recently asked if it were possible to allow a visitor to upload their own images from their facebook album to our site.
So the visitor would click "Upload from FB" they click it and they have ...
0
votes
0answers
79 views
Facebook. How to make array to tag multiple friends on the photo?
I need your help to create a correct array. I'm trying to create a Facebook app to post photos on a user's wall and tag his friends on this photo. My app is posting photos on the user's wall ...
1
vote
1answer
47 views
How to get all images uploaded by an app using facebook graph?
I am trying to make a facebook photo contest app. Users can upload an image via the app and it goes on their wall and into an album automatically created for my app. However I cannot find any way ...
0
votes
0answers
64 views
upload large video to facebook with Graph Api error:Video file is too large
When the file is smaller than 40M, everything goes well. But when the video file is a little larger, after uploading finished, facebook server will return an error as below:
...
0
votes
0answers
53 views
How to limit Facebook app access on video upload
Can you please tell me how to restrict Facebook app access from anonymous posters? I'm assuming there might be spam trollers that look for dangling Facebook App ID's that allow anonymous posting, and ...
0
votes
1answer
212 views
Unable to upload large videos to Facebook from iOS app
I am trying to upload large files video files to Facebook, but regardless of the approach taken, the result is always the same. The process uploads between 5-35mb worth of data then times out. This ...
0
votes
0answers
166 views
Facebook post photo to my fan page wall :- Fatal error: Uncaught CurlException: 26: failed creating formpost data thrown in
I am trying to upload a photo to my fan page wall from my server (goDaddy) using API.
When I tried, getting this error Fatal error:
Uncaught CurlException: 26: failed creating formpost data thrown ...
0
votes
0answers
24 views
Facebook API Upload only to Stream
i have a code, which loads the image to the stream and to the photo album, how can i define, that it only uploads to the stream:
*$facebookPost = 'failed';
facebook = new Facebook(array('appId' => ...
-1
votes
3answers
59 views
How to upload photo from iphone to facebook?
I want to upload photo form any iphone device to my facebook account. I want to create my own apps that works in any apple device.Suggest header file in XCode.
0
votes
0answers
145 views
Android facebook sharing [closed]
I tried a lot but could not implement to post a picture on Facebook timeline from my android app, i can post a message from my app and with the help of registered id, but i could not post a picture..
...
0
votes
0answers
72 views
Show story on group feed when photo uploaded to album via graph API
I'm uploading photos to a group's album, works great, except I want there to be an entry on the group's wall showing the photo was added to the album.
I upload the photo like so:
var fbApp = new ...
0
votes
0answers
382 views
How to show app icon in timeline when uploading photos (Facebook iOS SDK 3.1)?
I have successfully uploaded photos from the app to facebook (SDK 3.1) using the following code:
NSMutableDictionary *postParams =[[NSMutableDictionary alloc] initWithObjectsAndKeys:
...
0
votes
0answers
90 views
Disadvantages of using the Facebook Mobile Email to upload photos from web application
I need to add the ability for users of our web application to upload images to their Facebook business pages.
I have created a prototype which uses the facebook mobile email upload by sending the ...
0
votes
2answers
383 views
Upload a photo/image to facebook with SDK
What is the latest way to send a photo / image / bitmap on the wall facebook? All methods are deprecated that I found. Best if it was from the moment you click on the button.
I know that some people ...
0
votes
0answers
152 views
uploding photos to facebook album using api issue
I am using graph api to upload photo to facebook album while uploading its give fatal error -
Fatal error: Uncaught OAuthException: Sorry, we weren't able to post this.: Please try again later. If ...
3
votes
1answer
100 views
upload image in facebook App
I am creating a facebook,I have used the upload image code in normal PHP programs several times.I am using now it in facebook app.Here is my code
$image=clean($_FILES['image']['name']);
echo ...
1
vote
1answer
394 views
VB.NET and Facebook Photo Upload — Getting 400 Bad Request
Holy wow I've tried everything from writing my own headers to converting C# examples and I still can't get past the 400 Bad Request error when uploading a photo.
I have every possible permission ...
0
votes
3answers
287 views
SLRequest Progress Callback ( iOS 6 )
I'm implementing a Facebook video upload using the new Social APIs for iOS6, everything is working fine, except that I didn't find a way to know how the upload is progressing ... the only API that ...
0
votes
1answer
90 views
How can I save a Facebook album photo to my server if the user has authenticated and granted user_photos permission?
My Facebook app shows the user a collection of photos from one of their Facebook photo albums. I am trying to allow the user to select a photo for uploading to my application, to be stored on my ...
0
votes
0answers
124 views
Posting an image on a Facebook fan page
I can't upload a picture using Facebook SDK for IOS....
I've retrieved the page id and I'm using the {Page_ID}/photos but the picture goes on my wall!!!
Then I've created an Album on the fan page ...
0
votes
0answers
100 views
Facebook video upload using sdk3.1 a minor error
Can someone please find an error in this code m trying to upload a video to facebook with this code but somehow it gives me error please see if you can find anything
-(IBAction)selectvideo{
...
0
votes
0answers
133 views
facebook video upload sdk 3.1
the problem is im picking videos on imagepickercontroller but cant find a proper method to upload on facebook any help wud be appreciated being a new ios dev please elaborate your method
...
0
votes
0answers
287 views
Upload photo from URL using Facebook PHP 3 SDK [closed]
I am trying to post a photo from a URL (not local file) on a Facebook Album using the Facebook PHP 3.2 SDK. I have managed to do the same using curl, but when i try the "simpler" api method, i get an ...
0
votes
0answers
92 views
Javascript API Upload Picture
I having trouble getting a picture to upload with a facebook post using JavaScript. Everything about the post works (is uploaded and displayed in facebook) except the picture.
Any help would be ...
0
votes
0answers
191 views
Upload image to fanpage using php facebook api (v.3.2.0)
I found a lot of diferent source's to do this but it is still not working, can you help me please?
if( isset( $_POST[ 'enviar_imagen' ] ) )
{
$facebook = new Facebook(array(
'appId' => ...
-1
votes
1answer
154 views
Get Photo_ID in PHP SDK
How do i get the Photo_ID from an photo which my app uploaded with the PHP SDK Code:
$facebook->setFileUploadSupport(true);
$img = '/tmp/mypic.png';
$photo = $facebook->api(‘/me/photos’, ...
-1
votes
1answer
167 views
Automatically post images on Facebook [closed]
I want to create a plugin for WordPress that automatically uploads the image from the published post, to an album on my Facebook page. There are plugins available that post newly published posts to ...
0
votes
1answer
319 views
how to resume the broken video upload on facebook
I use the following code to upload video,which is not a resumable upload.
How to resume the broken video upload on facebook ?
- (void)sendVideo{
NSURL *requestUrl = [NSURL URLWithString:[NSString ...
0
votes
0answers
546 views
Mobile Uploads album deleted — cannot post photos by email anymore [closed]
My client's Mobile Uploads photo album apparently got deleted accidentally. Now we cannot post photos by email, although we can post status by email (so the email still works). Manually creating a ...
1
vote
0answers
140 views
User image upload to page gallery
I've been hacking away for hours in the attempt to allow a user to upload an image to a page gallery.
The user(s) do not own and are not admins of the page. The user(s) is/are fans of the page.
The ...


