We are in the process of converting one of our games from iOS over to the OSX app market. A big part of our game is the social features which we use the iOS sdk for our game. We are starting to run into a problem where we cannot find any details on whether fb requests can be done via OSX. We have the auth process down and access to the graph API.
So just to be clear, we are looking to:
Pull a list of friends (which is easy via graph api)
Select a friend
Then send that friend an app request (which we cant seem to find any details on how to do this on osx)
Any thoughts?
See the "Direct URL Example" in https://developers.facebook.com/docs/reference/dialogs/requests/
It also appears to be covered in the "Requests" section of the Facebook iOS tutorial
THis has also been asked before: iPhone - How to send apprequests using facebook iOS sdk