I am getting language code error in what API - facebook

Hello 👋 pls has anyone here used the Whatsapp cloud API, I need help in the aspect of creating a template. I have created one, but when I try across via the API, I keep getting template not available in specified language code.
I tried creating another template in another language but still got the same error.

You need to pass the proper language "code" from the supported list as per the link,
https://developers.facebook.com/docs/whatsapp/api/messages/message-templates#supported-languages

Related

Do I have to manually parse the document to show SignatureHelp?

I'm creating an extension to add support for a custom language on VS Code and I'm struggling on providing Signature Help because I can't seem to find a way to tell what signature I should show the user unless I manually parse the entire document to find out what is expected.
My question is, does VS Code API provides some way for me to tell the function/etc where the user is when the provider is invoked or do I have to parse the document manually so I can find it by myself?
I'm using the "direct implementation" way (without language servers), if that matters.
I hope my question is clear, thanks in advance.

IBM Bluemix AlchemyAPI Text Extraction Error

I'm using AlchemyAPI's text extraction API via Bluemix to get the text of webpages for an app I built. More specifically, the URLGetText call. Customers are complaining that various webpages are not supported due to their text language and are getting the error unsupported-text-language. However, the possible error codes listed are
invalid-api-key
cannot-retrieve
page-is-not-html
Is there any way on my end to fix this and allow for more languages? Thanks!

PowerBI - Integrate Custom Visual Tiles to my WebApp

I included different Tiles/Reports to my WebApp from PowerBI, according to this documentation:
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-a-power-bi-tile-or-report/#gettile
Everything runs fine, but when I include a Custom Visual Tile, it appears an error Message "this visual type is not yet supported or cannot be displayed due to security reasons".
Does anybody know how to solve that or any suggestions ? Is there an option/property for custom visuals ?
This is not yet supported. We're are aware of this limitation and will provide a solution. Could you create an item on ideas.powerbi.com to track this ask?

How to link personal webpage on parse.com?

I want to link my personal webpage on parse.com, so that I can implement the verify_email_success.html file. But I don't find a text field where this works.
Any ideas how to achieve this?
Looks like you need to first sign up at Parse.com and then create a new application (which will represent your website).
From quick Googling, I've found this tutorial which looks to focus on the type of thing you are trying to do:
http://blog.bizzi-body.com/2015/05/17/adding-email-verification-to-the-parse-com-sign-up-process/
UPDATE:
From looking into this a bit more, it appears that Parse.com works very much like many other web-based services/APIs, in that to "link" your application (website in your case) with Parse.com, you need to specify the Application Key that Parse provides when you create a new application via their website.
Untested example based on Parse.com documentation:
Parse.initialize("APPLICATION ID", "JAVASCRIPT KEY");
Source: https://www.parse.com/apps/quickstart#social/web/new

Rest Console for Chrome won't let me input any info

I installed the Rest Console extension onto Chrome. I can't use this Rest Console for anything, because the only fields that accept text are 'Request URL' and 'Request Method'.
I ask here as there is no resources or community accessible for even simple instructions on how this extension works, and there are likely members of this community who have used this extension.
Use the Postman - REST Client it works perfectly!
your_url_to_post: Fill the URL
your_json_param: The name of the param that you'll pass you json
your_json_data: The json content
Don't forget to select x-www-form-urlencoded if you'll do a post
http://i.stack.imgur.com/TISW1.png
You should be able to enter text in the other field if you tick the checkbox associated to the field first.
I started having a similar issue myself (Forms wouldnt let me input data I could click them but thats as far as it went) across a lot of web pages to include my own php game and I know the form code hasnt changed at all before this issue started. I came across a article of someone else having a similar issue themselves that I was having and someone said that they needed position: relative on their forms that are not given specific instructions on positioning when dealing with google chrome. I have since made this change myself at www.immoralattack.com and the issue has stopped on that site but still continues on many others so its pretty safe to say that is the issue.
Its only happening on the dev build of chrome for me atleast and I hope this isnt something they plan on implementing on live or this will mess up alot of websites.
Also try turning off auto fill from chrome if its on, while I was looking for this bug I found alot of similar bugs but they delt with auto fill being on.