Facebook iOS SDK not returning to my app

后端 未结 3 661
醉酒成梦
醉酒成梦 2020-12-19 06:25

I\'m trying to implement the new oAuth2 facebook SDK into my app but can\'t for the life of me understand how I\'m supposed to get back to my app once logged in/authenticate

3条回答
  •  一生所求
    2020-12-19 07:07

    I had this same problem. Just to clarify some of the other answers, here's how I fixed the issue for my iPhone app in Xcode 4.2:

    .plist file
        "URL types"
        "Item 0"
            "URL Schemes"
            "Item 0"
                "fb21593853845xxxx"
    

提交回复
热议问题