简体   繁体   中英

Send friend request to fb user via app

Hi frnds I need to send friend request via app I cant find any solution for this..

NSMutableDictionary *params =
    [NSMutableDictionary dictionaryWithObjectsAndKeys:
     @"FacebookId", @"id",
     nil];

    [FBWebDialogs presentDialogModallyWithSession:nil dialog:@"friends" parameters:params handler:nil];

Now I'm using this code but I got "We're working on getting this fixed as soon as we can" .

I refer those link but I cant catch what they telling.

1. Can a facebook friend request be sent from my own app? 2. https://developers.facebook.com/docs/games/requests/v1.0

Pls help me to fix this issue.

您无法使用API​​发送好友请求

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM