Questions tagged [fbsdksharekit]

46 questions
-2
votes
1 answer

Get publish_actions permission with facebook

I am using below code using share a post to facebook. if ([[FBSDKAccessToken currentAccessToken] hasGranted:@"publish_actions"]) { [[[FBSDKGraphRequest alloc] initWithGraphPath:@"me/feed" parameters: @{ @"message" : @"hello world"} …
1 2 3
4