I have a website that has strict filters to allow any communication with other websites such as Facebook. Can anyone tell me what is the IP address and Port numbers for facebook REST and Graph APIs so that they can be allowed in my server..
+2
A:
They should allow by DNS not by IP. Facebook has something like 40,000 servers.
You'd want to allow
- *.facebook.com
- Ports 80 and 443
Peter Bailey
2010-07-06 21:44:18
Thanks for the reply... I already tried allowing the following IP address but still not working.. http://wiki.developers.facebook.com/index.php/Facebook_IP_AddressesI will give a try allowing the DNS and let you know if it worked..
Anz
2010-07-08 06:07:56
I got a reply from server support saying "please note that firewall will work on OSI layer 3 and we can create rule based on IP address and not domain name." and they have white listed the IP ranges mentioned in wiki for ports 80 and 443... and it worked perfect!!
Anz
2010-07-11 04:57:21