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.
Represents an array of bytes
0
votes
1answer
388 views
How to upload Byte array (image) on facebook wall with android application?
I am trying to upload one image on facebook wall from drawable folder of my android project. But I am failed ... the message is showing on the wall but image is not on wall ..
my sample code is ...
0
votes
2answers
2k views
Upload ByteArray image on Facebook with Javascript SDK
I'm trying to upload a photo on Facebook using Javascript SDK.
In particular I generate a base64 encoded bytearray from my Actionscript3 app, I pass it to Javascript file using ExternalInterface, and ...
0
votes
1answer
355 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 ...
1
vote
2answers
777 views
Uploading predefined image to FB album using PHP
I have what I thought was a simple requirement. Through a Facebook App, enable a user to upload a predefined image (from within the app) to their own album.
Uploading an image from the user's machine ...