Question

I have just integrated the facebook SDK in android native app, I created a app on facebook dashboard to integrate a facebook SDK in android native app.

I am successfully posted the message on the facebook through my android native app, it shows my app name "Sooligan", when I am clicking on this "Sooligan" it is redirecting to me on page not available.

Please see attached screenshots.

Screenshot1

Clicking on Sooligin it is redirected to below page

Screenshot2

Guys any way to solve this problem so that it should open any page which I want or anything related to that

Was it helpful?

Solution 2

I solved this simply add the website in the platform also, there I have added my website URL which I want to open for ex : www.google.com

OTHER TIPS

Under Basic Info in your app settings on Facebook you will need to set your Canvas URL. When that page is called it will send the variable fb_source which will tell you if it came from the application or your facebook page, etc. You can then choose to redirect it however you want (if you want to).

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