I create android app using LinkedIn SDK. I want send invite in email for user which does not register in network. How do i do it?
It doesn't seem to be part of the public API. At least it's not exposed on https://developer.linkedin.com/ and https://apigee.com/console/linkedin
Related
I am trying to build an Chat app in which I can receive & send messages to my friends from/into Facebook Messenger using APIs.
Does Facebook provide such APIs to do so?
I tried to find the way, maybe we can do it using Webhook, but I think using webhook we only can send the message. Is there any android demo for this? Please share a link if you have any.
Please suggest what I can do to achieve this if you have any ideas.
Does Facebook provide such APIs to do so?
No.
There are no APIs for user-to-user communication via Messenger.
Only conversations between a user and a page can be handled via API.
i've to implement the scenario described below
for example
app allows users to login through facebook in app. now in app i want
to select any register user(from all users) and send message directly
from app to that specific person in facebook messenger automatically.
without going into messenger app
is it possible in android or not ?
if it is possible then please guide me how can i implement this. ?
thanks
You can't pass a specific message that is not allowed by Facebook Platform Policy and privacy. But you can pass uri to the intent like Uri uri = Uri.parse("fb-messenger://user/user_id");
I'm creating a type of chat messaging app using firebase. I'm following firebase documentation and the codelab links for the samples, but I'm stuck at one point before the chatting part.
I ask the user to login to his Google+ account using Google+ api in my app, then they have to connect which will send invites to whomsoever they wish. I implemented it as per this link. It is indeed sending out a mail to that user as a invitation request, but I'm not able to understand what is supposed to happen once they click on invite. Or how will the two user start conversing with each other?
May be I'm missing out some crucial steps, please help me out.
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,
I want to develop a app which can get notifications from gmail, twitter and facebook. Something like BlingBoard (https://play.google.com/store/apps/details?id=com.jappka.blingboard&hl=en).
I have started to use the facebook sdk, have done nothing for gmail and twitter yet. Is there any other way to access the notifications or using their api's is probably the only way to go about this.
Thanks for your help
For Email:
Use K9 Client android.
For Facebook:
Create Broadcast reciever to recieve notifications.
For Twitter :
Same.