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.

HTTP Request is a message within a request/response sequence, according to HTTP specification. May also refer an HttpRequest class in software frameworks and libraries that automates relevant functionality

learn more… | top users | synonyms

1
vote
0answers
70 views

Scheduled http DELETE request?

I'm using Facebook scores API to store scores from an iPhone game. And to make into a weekly tournament, I would like to reset scores every Monday at the same time. Right now I can reset the scores by ...
1
vote
1answer
300 views

How to Change facebook cover image with Php and Curl http request

I'm having issues with facebook and PHP. I'm trying to change the cover photo of my facebook page when i refresh it. Facebook documentation isn't clear at all, i just understood that it's not ...
0
votes
0answers
128 views

Smart way to handle HTTPRequest.responseText

I'm new to HTTPRequests and now i have a question. I recieve a responseText like this: { "data":[ { "id": "XXX1", "from": { "name": "name", "id": "YYYY" }, ...
0
votes
2answers
122 views

Trying to detect a call to my web app made by facebook

In my asp.net MVC app, I'm trying to know if this is facebook who is calling one of my urls (when a link to my site is shared as a FB status and FB tries to get some meta tags for opengraph). I have ...
1
vote
1answer
715 views

get a userID of a facebook user with http request C# WPF

I'm trying to get the userID of a Facebook user, I already have the access_token and I use http request to do it. My simple problem is that : I want the user's id but my program just crash... I use ...
10
votes
1answer
5k views

Handling login functionality for native app connecting to web service

After extensive research, I have not been able to find a clear answer to my question. Firstly, can anyone tell me the basic logic of handling "login functionality" for a native iphone app connecting ...
0
votes
0answers
848 views

How to pull Facebook events from certain user

I am trying to create a script that will pull a Facebook user's event information (time, place, name) and place it onto a calendar for them to view. I can't seem to find a way to access the user's ...
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 ...