Android facebook request not shown as notification - android

I have integrated FacebookSDK to my Android application and I would like to perform an invite action on my Android app.
I have tried following the following two links to have my application successfully login via facebook and send application requests to my friends with a preview available before sending out:
https://developers.facebook.com/docs/howtos/androidsdk/3.0/login-with-facebook/
https://developers.facebook.com/docs/howtos/androidsdk/3.0/send-requests/
However, for other platforms like facebook mobile and desktop website, notification is not shown. Notification is shown only on Facebook for Android.
By viewing app requests on Desktop website, the message passed by the following code cannot be seen:
params.putString("message", "Let us watch \""+node.getString("movieName")+"\" together");
Only showing "someone" invited you to try "myApp".
Should any code added in addition to the code on documentation to enable the message and notification shown on all platforms.
Thanks a lot.

Related

is a Telegram message able to open and IOS or Android App

Good day,
I developed my first Android App and the IOS is under the way.
I am using a domotic box (Jeedom). When an alarm is trigged a Telegram message is sent to some users with the temperature status. I am a using bot.
My android ans IOS app is showing the localization of the stations, and of course the temperatures.
The bot send a message. I wonder, if it is possible to define a Telegram message with link to open the installed App. As if I send a link to a web site, the link would open the installed Android or IOS app.
That would be great.
Many thanks

How to send app referal message using all available messaging apps in Flutter

I have developed an android app that has a button ,onclick of which it sends a message with a ready template. Before sending the message it prompts the user as to which app they want the message to go from. I have used this in my android app which works absolutely fine:
sendIntent.setAction(Intent.ACTION_SEND)
sendIntent.putExtra(Intent.EXTRA_TEXT,"Check out this app :" + PlayStoreURLtoShare);
I have also provided the screenshot below:
I want to know how can i do the same in Flutter for both Android and iOS devices.
There a package for that in flutter called share. You can check it here

Messaging friends in facebook using graph API2.0 using Message dialog cordova

I am currently developing an app which includes fetching facebook friends(all) and messaging them individually through facebook. I tried the openFB and successfully got it working but.
facebooks new graph API does not provide friends list(its just provides friends using the same app)
me\tagggable_friends gives me list of all the friends with a token, which can be used to tag them in any stories.
these I cant use for sending messages to individual facebook friends.There is a message dialog they are saying for IOS.Android , and a send Dialog for websites, because I am using cordova I need to use the send dialog, It's not working in mobile device
Anyone implemented this in any app, Please share your thought on this I am kind of stuck ,feels like facebook integration for this app is now useless unless I can implement the messaging feature
Thank You,

sending facebook app invitations

I'm new to Facebook Android SDK 3.6.0. I made a new facebook app for my android application and sent app invitations to some of my friends. then I noticed that some people don't receive my invitation. even if they receive my invitation, they don't get any notification but the invitation is there on the https://www.facebook.com/appcenter/requests page. So can anyone explain me the reason for this? i used HelloFacebookSample to create login, share and invitation sending parts.
Well I've found something. People those who already connected with "Facebook for Android" gets my invitation as a push notification on the notification bar. Others receives it as a normal invitation on their facebook requests page.

How to send Request in android facebook 3.5 api?

I am making an android application in which I have to send request to friends of user.
I am using following link https://developers.facebook.com/docs/android/send-requests/
it is working correctly it show dialog with friends allows selecting people and sending request. but request is not received on receiver end.
Can any body help me it will be really helpful.
People can see the received request with notification only if they have the same app installed on android device and facebook application is also installed there. If you do define canvas for your app and put some content there, then request notifications will be shown in the facebook web page.
Still, even if canvas isn't defined you should see the request appears in the App Center tab.

Categories

Resources