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.

on iOS , NSURLRequest objects represent a URL load request in a manner independent of protocol and URL scheme. NSURLRequest encapsulates two basic data elements of a load request: the URL to load, and the policy to use when consulting the URL content cache made available by the implementation.

learn more… | top users | synonyms

0
votes
1answer
147 views

How to upload an NSImage to Facebook-Graph Api (through HTTP POST)

Very first question here... I'm desperately trying to upload a photo to Facebook from my Mac OS App (cocoa), using an HTTP POST request. Using the ...
0
votes
1answer
115 views

How to get an OAuth2 token using UIWebView and NSURLRequest?

I am trying to retrieve an access token for the Facebook API using just a UIWebview and NSURLRequests. Because I'd also like to do this with Twitter and Google plus I don't want to include the whole ...
0
votes
1answer
112 views

Fetching Facebook Open Graph Data via NSURLRequest

How can I retrieve data from the Graph API using NSMutableURLRequest? I already have a valid access token and I need to fetch basic user information such as birthday, ID, picture or first/last name. ...