I used to use FBML to let people invite theirfriends using Facebook to my site.
But it's not working anymore because it seems that Facebook is deprecating FBML.
Is it still possible to have a multi selection of users and invite them/post to their wall using Facebook's Javascript SDK?
Any suggestions and help would be greatly appreciated. Thank you!
This jQuery plugin uses the graph API.
You can use Requests Dialog to invite users to your Site/Application it is supporting multiple users selection and generates "request" (this doesn't posting anything to wall of invited users but send 'em notification)
Related
What I'm trying to do is Authorize my Facebook APP to manage user profile and get their list of conversations and list it in my site and also they can reply on the conversations through my site is this possible to do?
If not possible do you have any suggestions.
Thank you in advance happy coding
I am working on implementing Facebook PAGE messenger for my site and I want to add a feature that I can call Facebook User who message my Facebook PAGE. I already search on google about this matter but still no luck. is this possible to do?
If not possible do you have any suggestion how can i call the Facebook User and how can I implement it in my site.
Thank you in advance happy coding
This is not possible using Facebook provided API's.
However you can send the user a Call button with your businesses phone number which they can one-click to call you.
https://developers.facebook.com/docs/messenger-platform/reference/buttons/call/
Me and my friends are frequently using a Facebook group chat conversation. I'm building a web app that allows them to login with Facebook and do some silly stuff. Is there any way I can add that specific Facebook conversation so they can chat while on the website just like they would on facebook? I checked the API but didn't really find any references to this
Has anyone done stuff like this?
The Chat API is deprecated, it is impossible to do that.
https://developers.facebook.com/docs/chat
i am building a website with Facebook login. is it possible to send a post to my friends time line or notification to my friends using graph API. i want to build invite Facebook friends to my website. can some one help me on this
Posting to the timeline of a friend was remove a long time ago, because it´s considered spam in most cases.
Notifications cannot be sent to friends either, luckily ;)
There are "App Requests", but they are only allowed for games on facebook.com and not for external websites.
The best (and easiest) way for you is to use one of the Social Plugins:
https://developers.facebook.com/docs/plugins/send-button
https://developers.facebook.com/docs/plugins/share-button
https://developers.facebook.com/docs/plugins/like-button
I want to invite facebook friends to my app. via some sort of API call whether rest or PHP Sdk, so is there a way to do so. I know about multifriend selector in FBML but don't want that. Please tell that which API can be used to do so? Graph API or any other? I am using PHP so if you know some PHP API call then that is also good.
thanks in advance for assisting me.
You can use the Requests Dialog for invites. This will prompt the user for which friends to send a request/invite to. This is designed to work in iframe apps, no fbml required.
http://developers.facebook.com/docs/reference/dialogs/requests/