1

Im going to write a facebook app which will be embedded on the site fanpage.

The main aim is to collect some information and get user's picture or video. User will be able to choose the one from the "filesystem" -> on PC browser this is regular upload form.

The question is -> should I expect any problems with uploading photos/videos from mobile devices -> android, iOS, blackBerry ?

gruber
  • 28,739
  • 35
  • 124
  • 216

1 Answers1

0

"should I expect any problems with uploading photos/videos from mobile devices -> android, iOS, blackBerry ?"

No.

But 1 thing you should know that the user wont be able to post photos/videos to the friends wall (if that's in your requirement); yet there's a workaround that the user can tag his/her friends in the photo/video.

Some links that might be useful to you-

Videos

Android iOS

API Reference

Photos

Android iOS

API Reference

Community
  • 1
  • 1
Sahil Mittal
  • 20,697
  • 12
  • 65
  • 90