Code Monkey home page Code Monkey logo

Comments (7)

geigerzaehler avatar geigerzaehler commented on July 18, 2024

Thanks for the report @dmorrow. I’m having a look at this now and will get back to you.

from ui-extensions-sdk.

dmorrow avatar dmorrow commented on July 18, 2024

Some pseudo code

var apiCall = $.get( "https://api.instagram.com/oembed/?url="+input.val(), function(data) {
  widget.entry.fields.authorName.setValue(data.author_name)
  widget.entry.fields.imageURL.setValue(data.thumbnail_url)
  widget.entry.fields.caption.setValue(data.title)
  widget.entry.fields.authorURL.setValue(data.author_url)
})

from ui-extensions-sdk.

geigerzaehler avatar geigerzaehler commented on July 18, 2024

I was able to identify the issue: It is caused by the synchronization mechanism in our web application. We are working on fix and will keep you posted!

from ui-extensions-sdk.

dmorrow avatar dmorrow commented on July 18, 2024

Thanks @geigerzaehler
Do you have an ETA on the fix? We are hoping to use this functionality in an app we plan to deploy Feb 1.

from ui-extensions-sdk.

geigerzaehler avatar geigerzaehler commented on July 18, 2024

We have identified and fixed the problem. It is in the release pipeline and should be deployed at the beginning of next week.

from ui-extensions-sdk.

dmorrow avatar dmorrow commented on July 18, 2024

@geigerzaehler Thank you for the update. Is it possible to update this issue when it is deployed and I will confirm and close?

from ui-extensions-sdk.

strazzulla avatar strazzulla commented on July 18, 2024

Hi @dmorrow,
It’s great to see you're building new apps using the Widgets API! However please keep in mind that it is still in development and it's likely to change. At this point we don’t plan to make big changes, but please try to keep up to date with upcoming changes by frequently checking your GitHub dashboard or subscribing to the Widgets-SDK repository RSS feed (https://help.github.com/articles/news-feed/).

from ui-extensions-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.