1

I generated and using a facebook App Link to my Android app.

When the app is installed on the device, it correctly runs the app.

When the app isn't installed, the link brings to my app's Facebook page, instead of opening its Google Play page. This is not what I want.

Any idea?

Thomas Calc
  • 2,994
  • 3
  • 30
  • 56
  • Can you post your code? – Dave S Aug 09 '14 at 00:01
  • There is a lot of code involved, but I followed everything in standard way. By the way, removing the app page link from facebook solved the problem. – Thomas Calc Aug 09 '14 at 00:37
  • I didn't like working with Facebook API. Facebook's documentation and development standards are much weaker than Google's and Microsoft's. Just compare a Google documentation with a Facebook one. The latter is inaccurate, sometimes misleading, forgets important details etc. – Thomas Calc Aug 09 '14 at 00:40
  • Yeah I agree, Facebook can be a pain to work with compared to some other apis. – Dave S Aug 09 '14 at 00:41

1 Answers1

0

The problem disappeared after I removed the reference to my app's facebook Page (inside "Contact Info" in the app's facebook dashboard).

Thomas Calc
  • 2,994
  • 3
  • 30
  • 56