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 proxy is a device or program that stands between two or more interconnected programs or devices. Reasons for a proxy include one or more connected parties only wanting the other to access specific data. A proxy provides a method for this.
0
votes
0answers
61 views
access data from facebook using proxy server
I have to develop a facebook application which has to fetch data from facebook via a proxy server. The proxy server is a middle server which channels facebook with the facebook application. It is the ...
0
votes
1answer
191 views
Creating facebook webproxy with python
I'm trying to create webproxy for personal use to access facebook (it is often blocked from a few locations where I happen to spend some time).
Started from this code: ...
0
votes
0answers
346 views
Facebook Android app breaks when using an authenticated web proxy
This bug was previously reported at https://developers.facebook.com/bugs but Facebook have closed it and advised to come here. Unfortunately there doesn't appear to be any way of reporting bugs ...
0
votes
0answers
34 views
Squid proxy split requests
I want to split queries which come to server. If client wants to reach facebook.com, he can use his own ip and local dsl, anything else he should use my proxy. How can i do that?
0
votes
0answers
161 views
Facebook graph api /me (Android/iOS SDK) fails when using proxy
I tried to configure the android wifi proxy to send all traffic to a fiddler2 proxy. Then I tested the Facebook login function. The login is a success, but when I try to call graph api /me with the ...
0
votes
0answers
285 views
How use socks5 proxy connect facebook xmpp by libjingle?
I am developing the facebook chat using libjingle.
I am in china(please forgive my English),so i use vpn/pptp connect facebook xmpp by libjingle before this.
Now i don't want to use vpn/pptp,it is ...
0
votes
1answer
278 views
Developing app, wont run in iOS native FB app
I'm in the process of developing an FB app, which needs to be able to run in the usual desktop FB site (with surrounding FB livery), on mobile device browsers (I'm using HTML5 and Bootstrap to adapt ...
0
votes
0answers
595 views
How to use smack through a proxy
I am trying to access to Facebook Chat through proxy because of the firewall.Here is what I tried so far.
private void LoginXMPP(String accesstoken) {
ProxyInfo pi = new ...
0
votes
2answers
271 views
Graph API - post on Fanpage wall - image proxy
I'm creating a wall post on a fanpage where i do specify the message, url, url name, caption, description and the photho thumb of the url in question.
I did notice that Facebook uses my img url ...
0
votes
0answers
223 views
facebook api example cannot connect
I create a native android app following the Facebook tutorial step by step, but when it comes to running the first example, some problem happened. I press the login button and enter a screen with a ...
1
vote
0answers
238 views
Setting up Proxy for adding special anti-phishing detection headers
We're running an event where visitors will register with Facebook onsite and will be given RFID tags for photos and wall posts during the event.
We're running into an issue where Facebook's ...
0
votes
1answer
266 views
How to do facebook auth through a remote proxy
Say I have an app with a Sinatra REST API at http://example.com:4567. With my app I have a designer working on the front-end. Rather than set him up with a local back-end I edit his hosts file as ...
0
votes
2answers
289 views
Why Facebook runs every link through a proxy?
Why when you post a link to Facebook it will allways come up as in facebook.com/l.php?u=http://linkurlencoded
My common sense tells me it's by some sort of security xss thing, analytics, thing.
3
votes
1answer
449 views
Sign in with Facebook oauth, without full facebook.com access
A web application I'm currently developing needs users to be able to sign in via Facebook OAauth. However the problem is, all these users are behind a firewall that blocks access to facebook.com ...
1
vote
2answers
2k views
How do I clear the opengraph's image tag proxy cache?
I have a page with og tags (including a source and an image - a youtube-like video view page).
I've replaced the image the og:image tag points to, to another image by the same name. However, when ...
2
votes
0answers
730 views
Facebook uncaught exception
I use Iframe for a facebook like button as follows.
<iframe id="PageURL" src="//www.facebook.com/plugins/like.php?href=<%= PageURL %>&send=false&layout=<%= LayoutStyle ...
1
vote
1answer
1k views
Facebook - What is “XD Proxy”, and can I block/hide it?
I'm trying to integrate a Flash Professional/AS3 game into Facebook. The swf is hosted on a secure (https) server. The swf has to connect to a SmartFoxPro socket server on another domain.
I'm using ...
1
vote
3answers
2k views
We are getting a permission denied error in IE8. facebook-graph-api
We are getting a permission denied error in IE8. It happens after the FB.init. We have tried the channelUrl fix. We have put the as the first tag after the body. We have tried the document.domain in ...
1
vote
0answers
4k views
Using 0.facebook.com as a web proxy
Some mobile operators provide free access to 0.facebook.com - as in it doesn't count against the data limit. As far as I know it's text-only but it could, technically, be adapted as a proxy. In fact ...
2
votes
1answer
274 views
Get Facebook Oauth Token from behind a proxy
I'm currently writing a web application, which should access user facebook data.
The problem is, that many users access via proxy (all facebook urls are blocked) and therefore it's not possible to ...
-1
votes
3answers
4k views
php facebook login + curl + proxy
i am using a curl script to login in for facebook
function cURL($url, $header=NULL, $cookie=NULL, $p=NULL) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_HEADER, $header);
...
3
votes
1answer
784 views
PHP locally hosted, connecting to external resources through a proxy server
I'm trying to do some locally hosted facebook development but I'm on a university network, and therefore all outgoing connections from my computer need to pass through our proxy server. The main ...
1
vote
1answer
1k views
Facebook Proxy Loader Security
I'm using a PHP proxy script to load images from Facebook into Flash without any sandbox violations. It is taken from the guide here: ...
1
vote
1answer
508 views
Cross-domain proxy in Rails
I'm looking for a solution/gem/plugin to proxy load the HTML of any site with JS. I'm making something like Facebook's status update (add link) form which crawls the link for images which will be ...
0
votes
1answer
576 views
Changing Chrome/Firefox Proxy Settings from a Facebook Application
I was wondering if it was possible to change chrome or firefox's proxy settings from a facebook application, with the users consent. And if so, any ideas on how to do it.
0
votes
1answer
1k views
facebook connect: thumbnail images broken up in FB.Connect.streamPublish pop-up prompt, and on wall for a few minutes
I'm using facebook connect so that users can publish comments they are leaving on my site on their facebook wall as well.
It works as intended, except that in the confirmation pop up, the thumbnail ...
0
votes
1answer
627 views
Facebook Flash send HTTP request to Own Server. Does Facebook proxy the call?
For javascript aJax call, I know the data will be proxy by facebook. Session data will follow the same rule as FBML.
and now, I have a Flash component. I know Facebook will pass fb user data (and ...