You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to create a Facebook Client (without all the junk that comes with the official app), and set this webview to connect to facebook mobile. This is pretty much covered by this project.
My problem came up when trying to set the App Links on Studio, so when I click somewhere in other apps in a certain FB or Instagram url that would bring this app up and show the content. Is it possible to set an example/feature build in the app for an imaginary example url, so if people want to set other URLs to be used as App-Links the support would be already on the code?
The text was updated successfully, but these errors were encountered:
there's already something we have in the project, called ShareActivity that handles actions on certain URLs being triggered and also filter-intent for certain URL actions in the Manifest , just set the scheme, host and pathPrefix to your requirements.
I was trying to create a Facebook Client (without all the junk that comes with the official app), and set this webview to connect to facebook mobile. This is pretty much covered by this project.
My problem came up when trying to set the App Links on Studio, so when I click somewhere in other apps in a certain FB or Instagram url that would bring this app up and show the content. Is it possible to set an example/feature build in the app for an imaginary example url, so if people want to set other URLs to be used as App-Links the support would be already on the code?
The text was updated successfully, but these errors were encountered: