Agora providing messages hints in chat like LinkedIn does - chat

Starting to implement a chat functionality in my app and wondering if there is something similar to LinkedIn messages hints within Agora.
Does Agora provide messages hints for real-time chat like on LinkedIn chats?
Thanks in advance :)

Agora RTM SDK does not support typing indication feature for now. But you can send a signal to the remote users through the RTM SDK when a user is typing. When the remote users receive the signal, they can display the typing indication such as "User typing..." on the UI.

Maybe I wasn't too specific, sorry.
I meant to have hints without typing anything. On LinkedIn you can choose from proposed answers/questions when you're commenting a post. Does Agora provide anything like this?

Related

Facebook periodic review is unclear

in order to approve your app’s continued operation on our platform.
Platforms affected: Connect URL.
Developer Policy 1.2: Build an app that is stable and easily navigable.Some common violations of this policy include:
- Broken Facebook integration (e.g. broken share, like or comment functionality)
- Broken user experience in the app (e.g. app has broken links or user interface failures)
My app:
Using https://www.npmjs.com/package/hellojs v1.18.8 to query user info from facebook.
The request URL:
https://graph.facebook.com/v2.9/me?fields=email,first_name,last_name,name,timezone,verified&access_token=.....
calling out hello.js
hello(auth.network).api('me').then(function (json) {
App has no share, like, comment functionality and not really any user interface. Just our page offers ability to fill some data with facebook and then it remembers you with cookie.
Anyone has similar e-mail and what to do?
Our app does not use share, like or comment functionality neither do we provide any user interface for users (only the o. We are using Facebook to prefill some user data on our site.
Have the same unclear message "Platform affected: Connect Url".
I asked for a more detailed answer and received an answer the next day:
Thank you for your response.
Facebook periodically reviews the websites and applications which are on it. Your application is in its review process currently. We are required to test the Facebook login functionality in order to conclude the review in totality. However, we are unable to do so.
Unfortunately, we have not been able to locate a Facebook integration (Login, Share and Like) on your submitted platform. To help us conclude the review process, could you kindly share the details regarding the location of a Facebook integration and how to navigate to it on your website URL.
This review is essential to Facebook as we want to offer the best experience to users as well as developers like yourself. Please help us in bringing your application into compliance by working with us.
Alternatively, you could aid us by sending us credentials of a test user which is already registered and connected to an FB account within the app. You can get all the information related to creating a test user here - https://developers.facebook.com/docs/apps/test-users.
Please feel free to get in touch with us regarding any doubts or queries you might have.
Thank you for your patience and cooperation.
Looking forward to hearing from you.
My app contains the functionality of a facebook login. I made an instruction and a test user of the application so that Facebook employees could test the functionality used in my application.
Normally they write down what is wrong and explain how to fix it. If you are not sure you can reply them back and ask how to fix it. I manage to fix my issue which was similar to the one explain below by emailing facebook.
https://technuisance.com/facebook/facebook-policy-warning-for-app-solved.html
I got the same message from Facebook two months ago. In my case, I didn't find a solution in time and Facebook penalize me by deactivating the app.
Therefore, you must attend to it if you do not want the same to happen to you. Facebook uses software similar to this to check for failures on your site and assigns a score according to its performance. That's why they send you such a generic message.
I suggest you use PageSpeed Insights to receive a report on the performance of your website. In addition, the platform gives you suggestions for optimization and improvement; Surely there you will find some clue of what may be failing.

Facebook Customer Chat Plug In Issue

So I'm trying to integrate facebook chat plug-in into my website. So to start off, I went about my task by first following the guide:
https://developers.facebook.com/docs/messenger-platform/discovery/customer-chat-plugin/
It was quite simple and intuitive. However when I plugged in my code to my website, I actually wasn't able to render the chat widget. Now I've looked up possible solutions, a number of helpful people recommended that I make sure my domain is whitelisted. It was in fact! I also don't have any error appear on my console.
I do want to point out that I my chatbot isn't currently live since my team is currently developing it. I remember that being no problem a few months ago (Late July 2018). So long as one of my team members with admin privileges was already logged into facebook, they'd be able to see the chat widget.
Is that the problem - i.e. facebook updated their systems so that only live bots can be seen on websites regardless of whether a team member is looking at it or not.
I appreciate any input!
Just from our docs I found 1 more hint to whitelisting:
The plugin has to be served over HTTPS.
Is it possible that it's your case? Sorry, I can't say if the not-live bot is of an issue. :-/

IOS linkedin integration (Send Connection Request, Search People)

I'm using the linkedin OAuth sdk.
I have the oauth functionality working and my iPhone App is able to successfully logged in to LinkedIn.
i want to implement these two things.
I want to search people using the JSON protocol.
I want to send connection request people which i got from search.
Please provide me assistance asap. suggest me Sample codes if any.
thanks in advance.
I couldn't offer you specific answer for your question, but you should check on this open-source project.
LinkedIn Share for iOS

Integration with Facebook Discussions

I'm a newbie with Facebook programming and I'm trying to integrate my Desktop application written in Windows with Facebook discussions. My desktop application should be able to read all messages posted on the Facebook discussions board and write into a file on the local system.
Is there any way for retrieving/accessing the groups messages (in the discussion board) for a specific group (guid) using the API or FQL queries? Pls. advice. Any explanation with programming code snippets will be helpful. Thanks in advance.
As facebook will close discussion in a few days, it may be not relevant info for you, but...
No, facebook doesn't provide ani API to get topics/comments from discussion board. We have done our http://apps.facebook.com/discussions_parser/ by simply parsing pages with selenium(htmlUnit couldn't get a non bookmarkable ajax loaded pages).

Send message to a non-friend facebook user?

I am developing a Facebook application. It must notify random people on Facebook about a certain event that happens related to them. I mean random people - not just those who installed the app, that's a key point.
Yeah I know it sounds like a spammy annoying application, but I swear, it's not that kind that everyone hates. :)
Is there a way to send anything (wall post? message?) to a user that did not previously installed the app?
No, that's not possible as per facebook's privacy policy. There should be some sort of connection like friendship/application user to do this.
It is possible, but only if you direct the acting user to the send message URL in a new window. If you are talking about an automated way, it is not technically possible at the moment.
It is possible through request dialog api: http://developers.facebook.com/docs/reference/dialogs/requests/