Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using ShareKit 2.0 in my application. I would like to be able to link the post on facebook to my application, so when a user taps a link posted on facebook from my application(on a mobile device), the application would start or, if it is not installed, get redirected to my application on appstore. Is this achievable using ShareKit as I could not find any of this in their documentation. Thanks

share|improve this question

1 Answer

up vote 1 down vote accepted

Yes it is possible. You only have to enter the app's URL (Canvas URL) in the DefaultsSHKConfigurator.h (or it's subclass) The you have to make sure that the type of SHKItem is URL, containing you application's URL. Then you should append the deeplink parameter to the URL, containing the information you want to receive. Also, you must not forget to make the modifications to the facebook app according to their documentation.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.