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 image-upload tag has no wiki summary.
2
votes
1answer
198 views
Facebook - Image upload to fan page via Graph API not showing in public
Followed by this tutorial I uploaded some pictures to my fan page album ( Timeline photos ) using graph API. Every thing working fine but
User's , public can't see the uploaded images. Only I ( Page ...
0
votes
1answer
324 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")
|| ...