Skip to content
New issue

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

FBSDKGraphRequest initWithGraphPath:@"me/ids_for_business" no responde #2517

Open
5 tasks done
Sevael opened this issue Dec 10, 2024 · 1 comment
Open
5 tasks done

Comments

@Sevael
Copy link

Sevael commented Dec 10, 2024

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

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];
	}];
@Sevael
Copy link
Author

Sevael commented Dec 10, 2024

nw_resolver_start_query_timer_block_invoke [C23.1.1] Query fired: did not receive all answers in time for ep1.facebook.com:443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant