11

I know the available custom URL schemes for the native Facebook iPhone App:

What are all the custom URL schemes supported by the Facebook iPhone app?

But I can't find a way to publish a URL to my wall / timeline in that way, that Facebook collects / shows the site title and thumbnail as it does with the touch.facebook.com/sharer.php file.

The only way I see so far is to call

fb://publish/?text=www.domain.com

but this only post the link to my timeline, not title, thumbnail and site description.

Does anyone know a better way?

Community
  • 1
  • 1
Ioquai
  • 377
  • 6
  • 16

1 Answers1

-2

Basically you have two options:

You can either launch Safari using the Feed Dialog URL Scheme as explained here or use Facebook SDK as explained here.

If your App isn't integrated with Facebook already, it's probably easier to go with the first one.

Pedro Andrade
  • 4,556
  • 1
  • 25
  • 24