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.
HttpWebRequest is a class for .NET Framework applications that provides a HTTP-specific implementation of the WebRequest class.
0
votes
2answers
100 views
How does Facebook do it? Directories or 404 custom error? [closed]
I have asked a similar question before but got no answer.
Whenever we request an address like http://facebook.com/Username, the timeline of username is shown. I think that they have configured their ...
0
votes
0answers
312 views
Can login but can't post on wall
I'm trying to create a program that will post on my Facebook wall, my script tells me that I can login sucessfully, but I just can't get the script to post on my wall. I think its something to do with ...
0
votes
1answer
2k views
The remote server returned an error: (400) Bad Request.
I am trying to make a facebook open graph api call from inside by web application.I am making a web request using
a C# request like this.
string token = "q2Fe0utty5gzCasPL23...";
string url = ...
3
votes
1answer
755 views
Posting image from asp.net (VB.net) to facebook graph api ( error 400 Bad Request )
I am trying to post an image to facebook grap api using asp.net ,
I know that there is a great post about it here
Posting image from .NET to Facebook wall using the Graph API since I need the code in ...
0
votes
1answer
569 views
Post open graph action using c# and HttpWebRequest
Hi all I am trying to post an open graph action to facebook using a HttpWebRequest method.
Here's my request method
public static string RequestUrl(string action, String HTTPMETHOD, dynamic postdata ...
0
votes
0answers
1k views
Facebook login.php always times out via HttpWebRequest
I'm writing a method to pre-test whether my Facebook-enabled native app currently has any issues connecting to Facebook.com. The goal is to test for status 200 when reaching out to login.php, so that ...
-1
votes
2answers
709 views
How to login to facebook and get user access token using httpwebrequest?
I am trying to log in to facebook account with my email and password to get user access token by using httpwebrequest.
I did not know how to use it because cookies is very complicated to me. Does ...
5
votes
1answer
3k views
Could not create SSL/TLS Secure Channel
I'm only sometimes getting this error - it seems like it only happens sometimes. If I refresh the page, it seems to fix itself. Any ideas?
The request was aborted: Could not create SSL/TLS secure ...
1
vote
0answers
167 views
I want to recover the posts of my Facebook account to simple table, but I am facing some problems
I am using C# and ASP.NET to code this. I don't want the user to be forced to log in and authorize my facebook app, so I wrote this code to get my token that works fine:
HttpWebRequest ...
0
votes
2answers
621 views
Post on facebook wall from server instead of client app
I have been working on an iphone app (with client-server communication) that connects to facebook via fConnect. The facebook authentication and other communication is being handled at iphone app and ...
0
votes
2answers
1k views
facebook Web form login using HttpWebRequest (c#)
Im getting stuck with my code. Im just trying to access facebook home via c# and httpweb request.
I'm trying to do the login stuff with:
System.Net.HttpWebRequest request = ...
2
votes
0answers
112 views
Test ruby/rails facebook api
Are there any ruby gems that mock out the requests and responses against the Facebook Graph Api? I would start using fakeweb but I feel as though this may have been done.
5
votes
4answers
15k views
C# - HttpWebRequest POST (Login to Facebook)
I'm trying to login to Facebook in my program and parse some information from there (like name, profile pic, etc).
I'm getting redirected back to Facebook's main page everytime I execute the code ...
0
votes
1answer
129 views
Can i retrieve information from external website when i'm on an intranet using php function file_get_contents?
I'm trying to retrieve information of an external website from the intranet using file_get_contents and curl, but unfortunately i fail to get the data, i have asked the system administrator to give me ...
1
vote
1answer
1k views
Facebook batch requests
I'm attempting to build a VB.net application that will retrieve various users from facebook via their Graph API batch requests method. My problem seems to be in performing the actual request. When I ...
2
votes
1answer
329 views
Log in using facebook to get the source of a web page (C#)
I want to get the source of a web page, and I have to be logged in using facebook to access that page. I know I can use WebClient (or HttpWebRequest) to get a web page source in C#, but how do I log ...
2
votes
1answer
490 views
C# web server doesn't see stored cookies
I'm writing a little test snippet of C# code which logs into Facebook and captures cookies. I'm doing it for educational purposes only. I have been given a task to automate form uploads, downloads, ...
0
votes
1answer
854 views
C# implementation of facebook's new “batches” functionality
So I'm trying to use the new "batches" functionality to the graph API, which is described here. I'm think the problem is with the way I'm using POST to submit the data, and I'm having difficulty ...
0
votes
1answer
536 views
Facebook registration protocol
I am making a marketing tool that is required to register facebook accounts using web requests. I have been trying to understand the protocol but I always end up with a "Sorry there is something went ...

