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.
The NSData class is an apple class for holding generic data. Often used when reading/writing from and to files, and the internet.
0
votes
2answers
61 views
Display the rendered feed in a view which is in NSData
The below is the code I used to get a data of URL from a facebook page. I need to display those datas in a view. How to do it?
NSURL *URL = [NSURL ...
0
votes
1answer
974 views
Getting facebook wall posts without user login on iOS
Edit: I found the solution here:
Using app access token in IOS
Hi,
I read in this thread:
Facebook API without client authentication for public content
that it is possible to make facebook api ...