Questions tagged [photo-upload]

71 questions
5
votes
3 answers

Exception when uploading photo with Facebook Graph API

I would like to upload a photo to facebook for a user in the default album for an application. This is described under publishing here: http://developers.facebook.com/docs/reference/api/photo The method has been answered here: How can I upload…
peterjwest
  • 4,294
  • 2
  • 33
  • 46
3
votes
2 answers

ObjectiveFlickr Photo Upload Error

I'm working on using the ObjectiveFlickr library to upload photos to Flickr from my iPhone app. I am able to authorize the app and perform general requests, but I am getting an error while trying to upload a photo. The photo is meant to be uploaded…
The Kraken
  • 3,158
  • 5
  • 30
  • 67
3
votes
1 answer

Facebook photo sharing to friend's wall

I am developing a greeting card application. Greeting card should be posted to multiple friends' wall. I had used graph API to upload picture to friend's wall using [friends_Id]/photos post. Using this approach Facebook will create an album in to…
Midhere
  • 664
  • 1
  • 4
  • 20
3
votes
0 answers

localstorage upload photo doesnt work

I'm new to mobile apps and developing an APP where I need to upload the photo and store in to the server. I have the JS code as follows to store photo in to the localstorage first and then get that photo using getitem and convert in to base64 and…
Kiran Kumar
  • 181
  • 1
  • 4
  • 13
3
votes
1 answer

User must have accepted TOS - Facebook Graph API error when posting photos to group page

I've been struggling to upload an image from the user's computer and posted to our group page using the Facebook Graph API. I was able to send a post request to facebook with the image however, I'm getting this error back: ERROR: (#200) User must…
pol6880
  • 151
  • 2
  • 10
3
votes
2 answers

OAuthException when trying to upload/post photos to group

I am currently trying to upload photos to pages and groups through an app. I have these codes: try { $facebook->setFileUploadSupport(true); $args = array('message' => 'This is my image caption',); $args['image'] =…
Messy Coder
  • 328
  • 2
  • 12
3
votes
0 answers

Want to improve image upload speed from my iphone app to my web server based on window

I am doing research on speed of photo upload from my iphone application. But I am not able to find out anything over net. I have tried to upload a photo using ASIHttpRequest and also using NSURLConnection. But I have notice my code takes lots of…
3
votes
1 answer

Facebook PHP SDK app to upload photo to page

I am trying to create a Facebook application that uploads images to a page. I can manage to upload photos to the user's photo album but not to the page's. Here's my code: require_once('php-sdk/facebook.php'); $config = array( 'appId' =>…
Zoltan
  • 163
  • 2
  • 12
2
votes
2 answers

HTML5 web app to upload images to server

Is it possible to create an HTML5 application/website for mobile(android, Iphones, IPad) which will allow user to upload pictures from their mobile to server? I am not looking for pure app, it could be a website hosted on any server. Though, I am…
Zerotoinfinity
  • 6,290
  • 32
  • 130
  • 206
2
votes
3 answers

How to display a photo uploaded by user in html and javascript

I wanted to know how to display a photo that the user uploads on a website using html and javascript. I tried using code I found on another stackoverflow question but it didn't work for me. Here is the code I tried in chrome, firefox and safari.…
rajzaveri5
  • 45
  • 2
  • 8
2
votes
0 answers

Jansy-bootstrap 'File Upload' - How to compress image file during upload process

Great to be part of this forum. I am looking for a compression event that has a trigger and execute during upload process itself - here I am trying to compress a photo during upload using 'file-upload' of jansy bootstrap. Function: function…
Bala Krishnan D
  • 131
  • 1
  • 2
  • 11
2
votes
0 answers

Posting photo in Facebook iOS SDK without loading the image file into app (just like video uploading)

I have a memory-intensive photo app where loading a high resolution photo may crash my app due to memory consumption. I've managed to optimize my app, but my app still sometimes crashes due to memory warnings when loading large images (or creating a…
1
vote
1 answer

How to setup Facebook Timeline Cover Photo auto upload in website?

I am new to Facebook API and app development. I am trying to build a facebook timeline cover website where users can auto upload and publish the cover to a new album created in the website/app name. Then they would be redirected to another page on…
AvidLearner
  • 11
  • 1
  • 3
1
vote
2 answers

Null Pointer Exception when trying to compress Bitmap, can't take photo and upload to server

I am getting a NullPointerException when trying to take a photo on camera application and upload it on to the server side, but some devices it works fine, and some getting issues. i don't know what is the issues, in some devices it works once and…
1
vote
3 answers

iPhone:How to upload photos on twitter using xAuth or OAuth authentication?

Is there any way to upload photo on Twitter using xAuth or OAuth authentication in iPhone? Is there any sample code or framework I can use?
Nikunj Jadav
  • 3,417
  • 7
  • 38
  • 54
1
2 3 4 5