Question

There are a few things i need to know, so please let me first explain my senario. In our iOS game what we need to do is when the user presses the Facebook button the game should open the Facebook and ask for login and then the user will authenticate the app. Rite after that the user will be shown his Friends from which he will pick up anyone he wants and sends the request (This is the only thing the game needs to do, our game will not receive any requests from Facebook). Now, the friend who gets the request when logs into Facebook (not from game, general login from safari or fb App for iOS) and clicks it, he will sent to the iTunes page to download our game.

Questions:

1) The App is not in the sandbox mode and there are only 2 admins and we are not getting each other requests. We are using Prime 31 social networking plugin which logins the and shows the friends correctly. So, looking at this conversation

Linking Facebook app link to iTunes download page

do I need to create a page for my app so that I could send requests and redirect the user to our iTunes game download page?

2) Is there any tutorial or guide lines available to do this or even possible? :(

Regards, Abe

Was it helpful?

Solution

First you need to create facebook app and link dat app to your ios app as follows,

https://developers.facebook.com/docs/ios/getting-started/

After that try out the sample projects given with facebook sdk.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top