How to Send App request to facebook friends through facebook iOS sdk?

前端 未结 1 578
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 13:06

I am using facebook sdk for my my iOS facebook application. I want to send app request to multiple users. I am using following method for that purpose.

NSArray*          


        
1条回答
  •  遥遥无期
    2021-02-06 13:31

    Here is the fix:

    1. Go to http://developers.facebook.com.
    2. Edit your app settings.
    3. Check 'App on Facebook' and 'Native iOS App'.
    4. Enter web-site URL of your app (if you have) as the Canvas URL (Secure Canvas URL can be the same).
    5. Enter iOS Bundle ID and iPhone/iPad App Store ID (You can find this info on your App page at iTunes connect).

    Canvas URL is used to redirect your friend if he reviews the request from Web-site iOS Bundle ID and iPhone/iPad App Store ID are used to redirect your friend to App Store if he reviews the request from Native iOS App.

    0 讨论(0)
提交回复
热议问题