簡體   English   中英

Facebook批准了user_location權限,但是當我登錄時我沒有任何位置

[英]Facebook approved user_location permission but when I login I didn't get any location

FB批准了user_location權限,但是當我登錄時沒有任何位置。

- (void)loginViewFetchedUserInfo:(FBLoginView *)loginView
                            user:(id<FBGraphUser>)user {
      NSLog(@"%@",user);
}

我低於值,但不是user_location。

注意:以下鍵未顯示實際值。

{
    email = "---";
    "first_name" = --;
    gender = ---;
    id = --;
    "last_name" = --;
    link = "---";
    locale = "---";
    name = "---";
    timezone = ---;
    "updated_time" = "---";
    verified = ---;
}

請幫忙。 提前致謝。

要在iPhone / iPad上為Facebook打開定位服務,請執行以下操作:

1.Go to your device's desktop.
2.Tap Settings.
3.Tap Privacy.
4.Select Location Services.
5.Tap near Location Services to turn it on. ...
6.Scroll through the list of apps at the bottom, tap Facebook and select While Using the App or Always.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM