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 cover tag has no wiki summary.
0
votes
0answers
61 views
Cover Photo Preview
We have an app that adds a photo to a users' album, then directs them to https://www.facebook.com/[profile_id]?preview_cover=[image_id] so they can save it as their cover photo.
It has been ...
0
votes
0answers
29 views
Does anyone knows if facebook preview_cover still works?
I have an app in facebook currently in sandbox mode, that can change the cover photo of the user, obviously with this fix:
http://www.facebook.com/profile.php?preview_cover=PHOTO_ID
that i have ...
-1
votes
1answer
72 views
facebook cover as div background
Well s the title says I just want to use the facebook cover as background for some div in a website, so whenever I update my cover it automatically updates the image on the site.
in another thread ...
0
votes
3answers
673 views
Facebook Events Cover (Graph API)
Facebook today released a new design for Events page (http://allfacebook.com/testing-new-layout-for-events_b111326)
There's any way to access to the cover url and also create it using Graph API?
0
votes
2answers
112 views
How to get a securl cover URL?
I'm tryng to get the cover url of a FBpage using:
$fql_query_url = "https://graph.facebook.com"
."/$fb_id[id]?fields=cover"
."";
try {
$fql_query_result = @file_get_contents($fql_query_url);
...
0
votes
0answers
115 views
How to get the cover photo of each facebook album using facebook android sdk
I am using facebook android sdk for accessing facebook albums. I've got the json that contains all the albums object. Want to get the cover photo of each album.
This is the object:
"id": ...
0
votes
1answer
85 views
Install i frame on timeline (Cover) [closed]
We came up with the idea, to create an application that allows you to install a i frame on business pages where the cover photos should be. The idea behind this is to allow businesses to use this ...
2
votes
0answers
555 views
facebook - App Detail Page - error trying to upload a cover image
I am trying to finish creating a Facebook Application. As you may recall FB requests many different images of specific sizes. For some reason I am not able to upload the cover image (800x150 pixels). ...
-2
votes
1answer
281 views
Facebook Cover Image Change as per schedule … Just on one click [closed]
i want to make one app when some on click on any image then Facebook cover image change automatically..So i don't want to redirect the page on facebook .... just allow application and send out ...
0
votes
2answers
282 views
Delete a page cover photo via open graph
I am trying to delete a cover photo of a page via open graph.
Is this even possible?
The cover was set with:
...
3
votes
1answer
852 views
Accessing full size (851x315) timeline cover photo via graph api
I notice that when I access the timeline cover photo url via the graph api (using php) the photo returned is 720x266 instead of 851x315. Either using,
<graph api url>/userId/?field=cover
or by ...
-2
votes
2answers
562 views
Scheduling Cover Photo change on a Facebook Page [closed]
The ideia is to automatically swap the Cover Photo to feature a different TV program each single day.
Am I able to do that? If so, could you please explain me how?
Thanks!
-1
votes
3answers
495 views
How to setup Facebook Timeline Cover Photo website . is it easy for a basic web developer?
I have seen many website build with wordpress and they have facebook timeline cover photos auto upload.
anyone please help me?
sorry for my bad english
0
votes
1answer
52 views
fan page covers
I was wondering if is it possible to have multiple fan page covers / banners that switch automatically every reload?
My company has three completely different products and it would be nice not to mix ...
1
vote
2answers
259 views
How to improve image quality once uploaded to Facebook? [closed]
I try several resolutions and sizes to try to have a image cover in its best quality. But once uploaded to Facebook it always appears a bit blurry? Is there a solution for that?
1
vote
3answers
6k views
Cover Image link to my website
I want make it so that when you click on my cover image on my personal facebook page you get directed to my website instead of my fb photo gallery.
This is what I have done....
-Right clicked image
...
0
votes
1answer
6k views
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. ...
1
vote
4answers
10k views
Profile (timeline)Cover Edtiting via Api
I know that this question was raised out several times,
and I even read most of the questions regarding the topic.
But there was a gap of about a month till now, and I'd like to know if there is any ...
0
votes
2answers
2k views
Upload a Cover (PHP)
Anybody know how to upload a profile cover? Not a Album cover but a profile cover for the new timeline? Any help is much appreciated.
2
votes
2answers
894 views
Get new profile cover with sdk
Is it possible to get and to change the new porfile cover (mine or my friends' profil cover) with the sdk php or JS ?
