Reputation: 321
I have integrated Facebook into my Android App. When a user now posts a new event to his wall it is signed by my app. Clicking the link of the app directs to the facebook app landing page. But I would like to link to the actual facebook fan page as I don't want to write a facebook app. Maybe I'm a noob but I did not find any documentation regarding this.
thank you!
Upvotes: 0
Views: 806
Reputation: 25918
Yes this is possible by removing Canvas URL from application settings and merging Application profile Page with Facebook Page (how to do merge described in Removing App Profile Pages blog post).
Once your application will not have Canvas URL (currently it does have this defined) users clicking on application link in post will be directed to associated Facebook Page)
Upvotes: 1