Skip to main content

All Questions

1 vote
0 answers
119 views

conflicting og:type found in path (object) and 'properties'

Facebook share dialogue. Platform: iOS, Android. 2-3 weeks ago it all worked fine, but today I can't show a share dialogue properly. The error occurs: conflicting og:type found in path (object) and ...
Kirill  Nebyltsov's user avatar
1 vote
0 answers
425 views

Open facebook page url in Facebook app if available

Its a game app. There are multiple levels. In each level we have different fb page urls. The url is uploaded at server and it can vary at times. How do I open the urls in the facebook app if available ...
jkdev's user avatar
  • 93
2 votes
0 answers
682 views

Facebook Open Graph - Can "og.likes" action be assigned with "product" type?

The following iOS code ("object" type with "og.likes" action) works just fine: let properties = [ "og:type": "object", "og:title": "Test Product", "og:description": "Product description" ]...
Joshua's user avatar
  • 1,984
1 vote
0 answers
224 views

iOS: Share a run on Facebook

I am trying to share an activity that the user recorder to facebook, but just can't figure out how to get a nice GPS route of the run. Here's what I have so far. I can set the fitness:metrics:...
Georg's user avatar
  • 3,820
0 votes
1 answer
83 views

Facebook: custom Open Graph needs Login?

I would like to share a link on Facebook and make it show up on the Timelime as a map. I have seen some apps like Runtastic are able to publish links as maps, by definining the map coordinates inside ...
Daniele B's user avatar
  • 20.6k
0 votes
1 answer
1k views

"Facebook CDN not allowed for og:image" when sharing a Facebook post on Facebook

I have an app that pulls posts from liked Facebook groups, and allows users to share them. In order to get the correct thumbnail on the shared post, I have used the og:image meta tag when sharing. The ...
damjandd's user avatar
  • 707
1 vote
1 answer
398 views

Sharing Facebook open graph action succeeds, but post isn't visible

I'm migrating a legacy app from facebook iOS SDK 2.x to 3.x, and I'm having trouble getting my open graph object to share successfully. Here's the code I have to share the object: ...
sak's user avatar
  • 3,117
1 vote
1 answer
306 views

Facebook iOS SDK 4.2.0 - Error when sharing self-hosted Open Graph story

I've been struggling with this for the last couple of days and can't seem to find a solution. Here is the problem: I am trying to publish Open Graph story from my iOS app and let Facebook scrape the ...
Lukas Petr's user avatar
  • 1,558
1 vote
0 answers
948 views

FBSDKGraphRequestConnection requestConnectionDidFinishLoading never called

I'm trying to make a batch call to Open Graph. Here's my code: FBSDKGraphRequestConnection * connection = [[FBSDKGraphRequestConnection alloc] init]; for (NSString * userID in userIDArray) { ...
Tim Chen's user avatar
  • 1,372
0 votes
1 answer
127 views

Facebook app review using simulator build and OpenGraph custom stories

I've configured a custom story for my iOS app using the Facebook SDK. The problem is now I need to go through revision to get the verbs and objects approved, and the app is not yet in the App store. ...
Martí Gascó's user avatar
1 vote
1 answer
521 views

GeoPoint property ("place:location") isn't passing to Open Graph object

I'm creating custom story on Facebook and using Facebook SDK for iOS to share it. Story consists of text, image and GeoPoint on the map. Everything is good with object and action creation and posting, ...
0xNSHuman's user avatar
  • 648
1 vote
1 answer
2k views

Facebook Share Dialog: Permission Error - OAuth "Facebook Platform" "insufficient_scope (#200) Permissions error"

My requirement is here: Share to Facebook from my app using Open Graph Action - using Share Dialog (because I don't want special dialog for login) I request publish permission, and upon obtaining it ...
Nirav Bhatt's user avatar
  • 6,950
2 votes
0 answers
64 views

fb:feeling FBGraphAction Enum options

Where do I find the Enum option for the fb:feeling for a FBGraphAction? I want to set a property (fb:feeling) for a Share Dialog (Facebook Open Graph) but I can't find the specific available values. ...
Fabio's user avatar
  • 1,817
1 vote
0 answers
408 views

iOS Facebook Share Dialog - "Post" button always disabled for open graph stories after latest Facebook app update

In the process of implementing the ability to share open graph stories from my iOS app using the Facebook share dialog, I have encountered an issue that only occurs when using the most recent version ...
travacado's user avatar
4 votes
0 answers
443 views

Facebook open graph run story with fitness.course

I am trying to use the Facebook iOS SDK (latest release at time of post) to post a run (fitness) Open Graph story. The Custom Stories tutorial explains how to setup basic story posts in my app (note: ...
Sam Spencer's user avatar
  • 8,597

15 30 50 per page