I am working on a chatbot for banking sector. is it possible to show custom graphs (with raw personal data) in reply to the user using messenger api?
i am searching for this but did not find anything related
if its possible to achieve than please help
if not possible than any alternative ways for the same will be helpful
Thank you
There's nothing built-in to the Messenger Platform API for creating graphs. The best option would be to build the graph server-side then send it as a message attachment in jpg format.
If you're looking to create a more full-featured experience, you can show send a message template with a web_url button that opens the graph in the webview.
Related
I want use another dashboard project based on Javascript to show data ,but I don`t know how to get the Statistical data. Is there any api or some way to get the data?
It would be better if you can share what kind of data do you want to portrait in your dashboard. Anyhow you can use the admin services available in ESB 6.5 to get the available data.
https://docs.wso2.com/display/EI650/Working+with+Admin+Services
One the client requested to hide the Yammer post comments box in the yammer embed feed section on few pages. Since it is iframe we were not able to handle using CSS.
We have tried yammer event with JS to hide. But it didn't worked.
Is there any other way to achieve this?
There is not a supported way to achieve this using Yammer Embed. As you noted the content is served within an iframe.
If the requirements are to not sure a publisher you could always use supported endpoints here (https://developer.yammer.com/docs/rest-api-rate-limits) and try and build a feed using the messages api.
Good luck!
I have been working on developing a Rally API using python with the help of links pointed by Rally help (Pyral). My code connects well with the Rally server and pulls specific user story I want, but not the columns I am interested in. I am aiming to pull [full] specific reports with fields such as project, tags, etc. under the 'Reports' tab. I tried to find out how can I do it but didn't get direction. Also, the specific user stories I am able to pull include some weird fields like c_name, c_offer and the like. I would really appreciate if someone could help me through this. Like to connect to a specific project/workspace in Rally we have the following code where it asks the details in the manner below:
rally = Rally(server='', apikey='',workspace='',project='')
Is there any way to specify what report/columns I want?
Thanks in advance
Most of the reports on the Reports tab are rendered by a separate Analytics 1 service outside of the standard WSAPI you've been communicating with. Some of that data is available in WSAPI -IterationCumulativeFlowData, ReleaseCumulativeFlowData. What data specifically are you looking for?
I used to fetch installed app data using Facebook Graph API explorer https://developers.facebook.com/tools/explorer
For last few months i did not work on Facebook Graph API explorer.
i have posted one question after doing some fetching app insight information as here: Is it possible to fetch actions Feed, Ticker, Timeline Impressions and other values for Facebook Open Graph apps from FB insights programmatically on Sept,2012.
Last two days i am trying to fetch the app information using the Facebook Graph API explorer, but it does not give me any detail info.
I can only fetch app basic info, but nothing else.
(Please see attached figure 1)!
For example, i am trying to fetch "application_active_users_city" using the insights parameters, but it does not give me any information!??
(Please see attached figure 2)!
Can anyone please tell me where is the mistake i am doing?
Advance thanks to all.
There have many people asking around how to send private inbox message by graph api, i search for long time, the answer is no. the reason is "App must be on whitelist"
Alternate solution is send by chat api (xampp). but this is not my solution. coz html message is not supported in chat api.
I know dropbox can do it, may i ask how to whitelist my app in Facebook to send inbox message?
I have the same requirement for an app that I am developing and I haven't been able to find any explicit directions on how to get onto the "white list".
However, my suspicion is that you need to apply to get into the Preferred Marketing Developer Program
At least, this is what Facebook says you need to do to get white listed to use the Ads API:
The Ads API is a restricted platform which may only be accessed by whitelisted Apps. You can learn more about the program and apply online. You need to apply separately for each app.
I am also struggling with this question for a while now.
I've posted my question on the facebook.stackoverflow.com site: http://facebook.stackoverflow.com/questions/13587441/facebook-invite-friends-functionality-for-multiple-recipients-custom-message
Isn't there any way of handling this issue? Help is highly appreciated!