Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

In my iPhone app I am sending apprequests to facebook friends using facebook graph api.

NSMutableDictionary* params = 
            [NSMutableDictionary dictionaryWithObjectsAndKeys:[NSString stringWithFormat:@"Check this app"], @"message",
                   @"TEST",@"title",
                   friendsIDs,@"to",
                    nil];


[facebook dialog:@"apprequests" andParams:params andDelegate:self];

I am getting notifications in facebook appcenter not in globe icon. How can I get notifications in globe icon? Please help!!!

share|improve this question
What is "globe icon"? Also, improve your accept rate. You have 7 questions and you haven't accepted a single one. – Fogmeister Jan 9 at 8:48
Sorry. I mean how to get notifications for apprequest. – user1645198 Jan 9 at 9:46
Have you resolved that issue? I have the same right now. – sidslog Feb 14 at 22:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.