After successful implementation of instagram login I want to send message to all the followers and following of the logged in user in a single click.
Is there any API provided by Instagram so that after successful login integration to my application I can send message to all the followers and following on a single click?
Hoping for the answer soon.Have a great day.
See Using the Instagram Realtime API and
instagram-private-api
Related
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,
In my android app, I wish to allow user to invite friends from different social platforms. User already can invite friends from Facebook, VK, from his contacts list on phone, but I can't find way to send invite message to Google+. Is this really possible? Or maybe I can send message somehow using google_id?
I don't need to post on my wall.
Take a look at this link.
There is a setRecipients method, which allows you to share it only with a few persons. It's not the same as private messaging, and it will appear on the wall (only for you and those persons), but it looks like G+ is supposed to make it this way.
Is it possible to retrieve user notifications using Facebook API for Android?
If so, what kind of information can be received?
Kindly post an example of how this is done.
If you want to receive notifications from a user:
You could also look on this question:
how can i get user notifications with the new Graph API
If you want to send notifications to a user:
Look at the Facebook Developer page: There you can find some good explinations, example codes and so on:
https://developers.facebook.com/docs/games/notifications/
If so, what kind of information can be received?
You can make you own picture in front of the notification and set your own text (look at the link above for more information)
I am developing an application in which user can share messages with his/her Facebook friends. I am using Facebook API for android. I am able to authenticate user, as well as get my friend list as a Facebook user and also post message on wall, but I am looking for sending message/post on wall to my friends and I didn't get any solution for that, so how can I achieve this?