Question

I find it disturbing that its very easy to pick friends with friendPicker (FacebookSDK) and post pictures is extremely easy with IOS 6.0 social framework but to post the two combined seems very difficult.

I'm looking into the Facebook Open Graph API - https://developers.facebook.com/docs/opengraph/getting-started/

It seems very difficult in comparison since it requires application server etc. Its however the only solution I have found so far.

Is the use of the Open Graph API the way to go, to post a picture with tagged friends to facebook wall, or is there anything in the IOS Social Framework that can accomplish this?

Was it helpful?

Solution

With the Facebook Object API, you no longer need to set up a server in order to host Open Graph objects. You can directly create/add them to Facebook.

https://developers.facebook.com/docs/opengraph/using-object-api/

You can also use the native Share Dialog (in versions 3.5+ of the SDK) to share Open Graph stories with photos and user tagging embedded. See the Scrumptious app on how to create a story with photos and tags and publishing either via Open Graph directly, or using the native Share Dialog.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top