We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
16.1
17.4.0
CocoaPods
Login
get ids_for_business
return ids_for_business or error or anythings
no responde, no return anything even error.
login and get the business id
FBSDKGraphRequest* request = [[FBSDKGraphRequest alloc] initWithGraphPath:@"me/ids_for_business" HTTPMethod:@"GET"]; [request startWithCompletion:^( id<FBSDKGraphRequestConnecting> _Nullable connection, id _Nullable result, NSError* _Nullable error ){ if( error ){ ... } else if ( [result isKindOfClass:[NSDictionary class]] ){ .... } [request release]; }];
The text was updated successfully, but these errors were encountered:
nw_resolver_start_query_timer_block_invoke [C23.1.1] Query fired: did not receive all answers in time for ep1.facebook.com:443
Sorry, something went wrong.
No branches or pull requests
Checklist before submitting a bug report
Xcode version
16.1
Facebook iOS SDK version
17.4.0
Dependency Manager
CocoaPods
SDK Framework
Login
Goals
get ids_for_business
Expected results
return ids_for_business or error or anythings
Actual results
no responde, no return anything even error.
Steps to reproduce
login and get the business id
Code samples & details
The text was updated successfully, but these errors were encountered: