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.
A content delivery network or content distribution network (CDN) is a system of computers containing copies of data placed at various nodes of a network.
0
votes
0answers
33 views
TimThumb and Facebook API
I would like to use timthumb as thumbnail for Facebook Share API.
I have extension .jpg for timthumbs, which should make them CDN friendly, but Facebook doesn't accept them.
Example:
...
0
votes
0answers
29 views
Facebook Photos Not Downloading to My Server
I noticed that the method I use to store photos to my server is no longer working.
Photos don't seem to download. I get the correct file names but with 0Bytes.
I had been using this CDN URL :
...
0
votes
0answers
54 views
As a Graph API client, is it possible to get redirect URL or to override FB CDN selection to get photo resources?
We have a server executing Graph API requests to get users' photos.
Photos URLs point to specific Facebook CDN instance according to our server location.
Now, our problem is that those URLs are not ...
1
vote
1answer
48 views
Can I delete images after Facebook graph api upload?
I upload images with the graph api to friends pages:
FB.api('/' + friendId + '/photos', 'post', {
message:'Why don’t you surprise your friends with a special Happy Holidays greeting on ...
2
votes
1answer
253 views
Loading FB logo from FB's own CDN
Is there a url we can src for the FB logo that will be the same src as what gets generated after FB.init completes?
I doubt that I can hard-code the FB CDN link below and expect it to work for all ...
1
vote
1answer
168 views
Facebook PHP Canvas App Multiple Site
At the moment my webserver is in australia serving my Canvas URL.
If I want to add another webserver in the europe and usa to serve the same Canvas URL, what are my options ?
The goal is to minimize ...
0
votes
1answer
267 views
External (CDN hosted) image request URL rewritten in IE8 on canvas page over https, asks for proxy.php
I have a canvas-based app on Facebook wit a lot of images to load, so I'm creating them in JavaScript.
var img = new Image();
img.src = document.location.protocol + ...
0
votes
1answer
150 views
CDN Images don't Load (OpenGraph)
I setup in my wordpress blog OpenGraph. For image I insert this code (wordpress):
http://dl.dropbox.com/u/21385868/codeog.jpg
the result in site page (html is):
...
5
votes
3answers
475 views
Why doesn't Facebook combine its CSS/JS files?
I am curious as to why the Facebook developers have chosen to not combine their scripts and stylesheets into single files. Instead they are loaded on demand via their CDN.
Facebook is obviously a ...
0
votes
1answer
196 views
What do content distribution network service providers do?
What is the purpose of CDN service providers?
My guess is that large scale sites like facebook,wikipedia,youtube etc use CDN service providers for some kind of outsourcing.
My understanding:
...
7
votes
2answers
383 views
Browser and wget load JPEG differently?
I'm stumped on this one. Try loading this image in your browser, and then save it to your hard disk.
http://profile.ak.fbcdn.net/hprofile-ak-snc4/41674_660962816_995_n.jpg
It's a valid JPEG file ...
1
vote
4answers
861 views
Facebook, Yimg and google-analytics CDNs is freaking me out
Its been a couple of weeks that some sites just keeps on hanging.
e.g.
Facebooks => static.ak.fbcdn.net
FLicker => l.yimg.com
GoogleAnalytics
I've googled and found many problems like this and some ...