Looking at Facebook documents i can see that its possible to send game requests in both Android and IOS.
I am currently using the flutter_facebook_login to log users in.
What i am looking for is a way to let the logged users invite their friends to the game.
So, is it possible to invite Facebook friends to a Flutter app using http or a Flutter sdk? or do i have to implement it separately using the native libraries for both Android and IOS?
Related
I'm creating a mobile game using Godot for IOS and Android, firebase and facebook plugins are available for the android version only. Therefore it's not an option because I want to a cross platform solution.
I have a websockets server, I could use that to do the authentication (as a client to call facebook API). My only question is that would the user experience / process be the same? I think not, The user would have to sign in from the browser correct? He won't be able to just use the gmail installed on his phone or facebook, is that true?
I want to do something really simple: in my mobile App the users can Link something they're selling on Amazon. I want to include in my App a "button" that redirect to Amazon to buy the item and earn the 6% of the Mobile Associates API..
BUT my app is written in Xamarin..
Does anybody knows how to integrate the "Mobile Associate API" in a Xamarin APP? Is there any way to get the link without the Mobile Associate API? Something like open a Link in a browser with a parameter in Query String or a Token as Authentication?
You can integrate any native Android library into your Xamarin Android app by creating a Binding Library for it.
I need to send a message to Facebook friends using both native installed app or webview (Dialog).
I have tried using FacebookDialog.MessageDialogBuilder but it needs the native messenger app to be installed on device .
What is the best way to achieve both messaging with and without native Facebook app. Thanks.
I am new to Android and i am trying for below concept and let me know anyone how to achieve this one.
I am log in using facebook in my app and after i need to start fb group chat from there. is it possible and how? Thanks in Advance
First of all you should be clear that you should use Facebook SDK for using FB related services in your android application.
Facebook group chat is currently not available in facebook SDK. See this post:
is group chat for facebook implemented in the API?
So you can use facebook for logging in and implement the chatting system yourself by creating backend server. This would be difficult obviously that using the SDK.
Good Luck!
I'm developing a social media hub for Android, which is planned to grab the tweets ect from the installed apps. The advantage of this should be that it doesn't need login on itself. the app will only combine all social media / messaging services for my custom rom.
My question was, how do i get the recent timeline from the user into my app (grabbing it from the twitter app on the phone)
Thanks in advance,
djpbx.
You are welcome to contact the authors of every Twitter client for Android and see if any of them offer an API that supports this. I suspect that none of them do, and hopefully they lack any security flaws that would allow script kiddies to get at this private information.
I'm developing a social media hub for Android, which is planned to grab the tweets ect from the installed apps.
That will only work if the apps cooperate with you. Again, this is unlikely.