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 tag is for questions related to the loading, formatting, saving, compression, and display of images. This tag should also be used for assistance using various image libraries.
0
votes
1answer
3 views
Retrieve original/not modified image from home or feed
I retrieve photos from home with this graph API request https://graph.facebook.com/me?fields=home.filter(photos).
Then via the object ID I retrieve the images array that gives me different sizes like ...
0
votes
0answers
15 views
linking to image on https://fbexternal-a.akamaihd.net/ ? is this secure and permanent?
I was wondering what was the best approach to save (cache) image related post.
I managed to show post with photo in my app bur I wonder if I should save the link to the photo, which is in a form :
...
0
votes
0answers
21 views
How to share image and text to facebook app
I am trying to share an image and text.
When I'm doing this:
Intent share = new Intent(Intent.ACTION_SEND);
share.setType("image/*");
ByteArrayOutputStream bytes = new ...
-3
votes
0answers
9 views
My meta tags doesn't work [closed]
I've just made a website but when i share it on Facebook there isn't a thumbnail and no description or title.
This is my header:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
0answers
16 views
FB load wrong graphics -> og:image
I have a problem with the graphics loaded by facebook when I publish post. The site is placed on wordpress and every new post has adequate open graph tags. Unfortunately, facebook reads graphic placed ...
0
votes
1answer
12 views
Is there a way to make a program that can detect if the image has been edited?
I recently saw a video on facebook in which they showed a program that detected if the image is edited. It was shown on a news program so there is a chance that it may be true. The guy said something ...
1
vote
1answer
30 views
og:image does not appear correctly
og:image is set correctly as well as link rel - i can know it is corrent because when i input the url in facebook debug, the correct image appears.
however, if i post the url in facebook, the image ...
1
vote
1answer
18 views
Like button: choice of pictures is not working
I put in the head tag <meta property="og:image" content="www.mysite.com/images/logo.png" />, but the choice of pictures is not working. If <div> in which the facebook button to add ...
0
votes
0answers
33 views
Why is my Facebook wall post's image not appearing?
I have a Facebook app that posts to the user's wall via FB.ui() and method "feed". When I was testing the "picture", I passed in an image url I got from Google Images, and that worked correctly. But ...
0
votes
0answers
31 views
Image Size when posting a link
i've got a problem on my site. When I try to post a link into a status update on facebook (e.g. ...
0
votes
0answers
22 views
Reg: FB Image urls
We are using FaceBook api from hallmark.com to import images from FB. And we are getting the urls for images as seen below.
...
0
votes
0answers
20 views
change default image that is showing on Facebook
I created the app. However, when a blogpost is made, it goes to Facebook but there's a big 'W' as the image. I added an image in the app but obviously I did it incorrectly. How can I add the image I ...
0
votes
2answers
32 views
How to check if the file obtained from a call to facebook's api is really an image?
I made a call to the facebook's graph API and retreieved an image. Now i want to check if the image coming from the call is really an image file or not.
I wrote the code for a simple image checking ...
0
votes
0answers
25 views
Facebook Send Button: Image and Link are missing at receiver
Everything is OK with the like button and with the send button when you use it on the website, the image appear in the messagebox.
No Errors at FB Debugger.
But when the reciever gets the message, ...
0
votes
1answer
57 views
Posting a photo on user's facebook wall
Below is my code and I integrated the facebook in my app. I am trying to make the user to be able to post an image on his wall after logging in. But I have been failing to make it for three days. Have ...
0
votes
0answers
61 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
83 views
How to upload multiple photos to facebook from iphone sdk? [closed]
How to upload multiple photos to facebook from iphone sdk?
answer me~~
0
votes
0answers
104 views
Custom all shared content with facebook like button
I want to know if is possible to custom image size, title and description position, font size, etc for the content shared in the user wall with a facebook like button.
I'm using this, but I want to ...
0
votes
1answer
70 views
Blog Post Image not showing when URL is shared
I run a music website (AlreadyHeard)
When we/user share links on Facebook, it very rarely shows the image used for that specific post.
Any ideas on how I can fix this? It would help improve our user ...
1
vote
0answers
274 views
Pinterest Pin It button doesn't work with uploaded images on Wordpress blog
I have recently migrated from blogger to wordpress, but am having issues with images.
Both Pinterest and Facebook are not recognising my new images that I am uploading to wordpress, however they do ...
0
votes
0answers
25 views
What image editor to include in facebook app?
I want to do a facebook app, where the user can upload or take a photo with the webcam, and then he should be able to rotate the image, enlarge or diminish the image size, everything inside a fixed ...
-4
votes
1answer
26 views
Website's image does't show when link is shared [closed]
I used facebook linter to debug my website.
It's everything ok, icluding the image (og:image ...)
However, when I share the link on facebook, there is no image.
Everyone knows why or how to solve ...
0
votes
1answer
51 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 ...
-3
votes
1answer
22 views
Image posting on facebook page [closed]
How can I track that whether a facebook logged in user user has facebook pages or not by using facebook api , also how can I post an image to that facebook page from my custom site using facebook api
...
0
votes
2answers
150 views
Error: Image uploading from sd card to an album in facebook android sdk
In my facebook android application i need to upload images from sd card to a specific album in facebook. I can create an album with the same name of sd card folder. But after creating album it gets an ...
0
votes
0answers
60 views
Default thumbnail issue While sharing on Facebook
While sharing my website I want to get only one default image as thumbnail, So I have Used
<meta property="og:image" content="image_path" /> - After setting all OG metas and using facebook ...
3
votes
1answer
687 views
Provided og:image is not big enough
Since some days I'm experiencing this problem.
Here is my debug
The image provided is bigger than 200x200 px, it has unique link and there is any redirection on that page.
Linter response is 200.
...
0
votes
0answers
29 views
Upload image and set the position inside the album
I am trying the to set the position of an image after uploaded it. I read the documentation and it seems that exists a post parameter called "position".
I have this code:
data += "--" + boundary + ...
2
votes
1answer
393 views
{“error”:{“message”:“(#324) Requires upload file”,“type”:“OAuthException”,“code”:324}}
private void postToWall(String msg) {
Bundle parameters = new Bundle();
// parameters.putString("method", "stream.publish");
JSONObject attachment = new JSONObject();
...
0
votes
0answers
134 views
open graph tag og:image - preview image not showing when posting webpage in Facebook
when posting articles from our Wordpress blog tvnoir.de on the Facebook timeline preview images are not shown anymore.
The error occurred about three weeks ago, we can't determine the exact point of ...
1
vote
1answer
92 views
How to get perfect alignment when post image and message on facebook wall
I want to post image with message and my application name on facebook. my post must look like this:
I have applied following code
Bitmap bi = BitmapFactory.decodeResource(getResources(), ...
0
votes
0answers
183 views
Facebook can't get the right image size from blog
A friend needs help with a blog, the problem is that when he posts something from blog to facebook he can't get the right thumbnail, the problem is that at facebook debugger the image that it gets is ...
0
votes
0answers
192 views
Share Android app on Facebook with an image icon
I put a button to share my Android app on Facebook, so I wrote the following code
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType("text/plain");
// add the app link
...
-2
votes
1answer
103 views
insert part of link via text box, form - get profile picture on click?
I only know ccs and html so the following is quite hard for me to do and understand
Im wanting a text box form that a user can enter a facebook user id, press a button and load the profile picture ...
-3
votes
1answer
809 views
No thumbnail when sharing a post to facebook [duplicate]
I'm having a problem since this past week. When I try to share a video from my website (blogger), the youtube thumbnail doesn't appear.
See this example:
...
-1
votes
1answer
175 views
Are photos on facebook ever actually deleted from facebook database? [closed]
If I delete a photo from facebook, does the link remain valid? If some photo was deleted, but I still have the link (possibly in a JSON file) will I be able to post the photo again based on the link ...
0
votes
3answers
143 views
Unable to download og:image, although it's accessible from withing the debugger
We're a website completely written in PHP, we use facebook metatags since we provide facebook sharing, liking, etc...
problem is when we share a link from our site to facebook, it shows the picture ...
0
votes
1answer
81 views
Get user photo with known email address from within iOS app
I want to automatically download user's profile photo from Facebook from within iOS app when an email is provided. I'm doing it by performing search to get user id.
The app will be used by many ...
0
votes
1answer
74 views
Facebook sharing shows more than one miniature
Debug is showing no errors or warnings, my og:image is 200x200, and even then I get other 2 miniatures in the share page in facebook.
I tried to explode the og:image to 1000x1000 and then it was the ...
0
votes
0answers
96 views
Is it possible to hide / deny an image from Facebook's og: Open Graph?
I am wondering if it is possible to hide / deny an image from Facebook's og: Open Graph? I have a link to an image in og header but it is still giving option for another image on my page:
<meta ...
1
vote
0answers
118 views
Windows Phone 7 Facebook Image Posting Issue
I know these facebook api stuffs are really became a pain in the ass, after from my longer searches on internet, I could only find a message post API to facebook. I just want to modify it for both ...
2
votes
0answers
157 views
Posting images to Facebook/Twitter via Sharekit for Phonegap?
is it possible to share images from camera/gallery to Facebook/Twitter in a Phonegap app with the ShareKit plugin? Is it possible to do it with any other plugin? I see that Facebook Connect does not ...
0
votes
0answers
19 views
Multiple image like
I have a photoblog with multiple image, and every image has an own like button. How can I add to every like button different images?
2
votes
2answers
2k views
FB debugger says that my og:image should be larger, even though it is large
Check out this result of debugging an article using Facebook debugger.
It comes up with this warning:
og:image should be larger. Provided og:image is not big enough. Please use an image that's ...
0
votes
0answers
139 views
Posting and resizing an image to Facebook
Hi I am trying to do the simple task of posting a single larger image to a user's wall/news feed/timeline. I create the image on a server have a unique image ID with a source resolution of 700x700. ...
1
vote
1answer
44 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
102 views
Facebook. Upload photo on user's wall with custom text over photo
I want to upload photo on user's wall with custom text over photo. How to do It? I already have script for upload photo on user's wall, just need text on It.
Someone can help me? Thank you.
0
votes
0answers
157 views
og:image showing three images instead of one
A few hours ago I posted a question that was why og:image was not showing correctly if a few days ago it worked perfectly. The og:image size ALWAYS was small but it was showing without problems on ...
0
votes
1answer
373 views
og:image not showing
A few hours ago every og tag was working properly, showing correct og:images and so (even though the images were small). I didn't change nothing in the tags or images size, but now when I share an url ...
2
votes
1answer
826 views
Facebook linter reports og:image is too small, when it is larger than the image it choose instead
Problem:
linter reports that specified og:image is too small. Image is 628x464.
linter instead picks a random image from the page which is 380x214, smaller than
the og:image!
What the linter ...




