I am getting very hardtime using the Facebook iOS SDK reference because I am not an expert coder. I just have this simple question.
I know the following code brings me the user information...
[facebook requestWithGraphPath:@"me" andDelegate:self];
but where does it go? How can I, let's say, get the User's First Name or status and set it up as the value of a label?
I would be thankful gazillion times if someone writes me the whole code in answer.