Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7032645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:57:44+00:00 2026-05-28T00:57:44+00:00

I wrote a js widget for listing one’s github repos on any website with

  • 0

I wrote a js widget for listing one’s github repos on any website with a single line of js:
http://gitview.logicalcognition.com

Currently gitview.js hits gitview.php (which i host remotely) which in turn hits api.github.com to pull user / repo info. Originally, I just did the XHR GET directly to api.github.com rather than through the proxy, but I hit the same origin policy.

I tried using CORS or JSONP, but according to http://developer.github.com/v3/ this only works if the originating domain “is registered as an OAuth Application”. I didn’t want to make developers do this just to use the widget.

Any suggestions? Am I missing something?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T00:57:45+00:00Added an answer on May 28, 2026 at 12:57 am

    The documentation linked indicates a registered domain is needed for CORS (used if you wanted to do a direct XHR), but not JSON-P. With JSON-P, you’d insert a script tag like this programatically (using document.write or DOM manipulation):

    <script type="text/javascript"
            src="https://api.github.com/some_request?callback=foo"
    ></script>
    

    This will then invoke the global function foo with the returned data as an argument. Since this is a script tag and not an XHR request, the same-origin policy does not apply and CORS authorization is not required.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote a widget that can call numbers directly with one click. It works
I wrote a small program to test accessing a widget parent's slot. Basically, it
I'm trying to write a COM++ object wrapper around a Qt widget (control) I
I wrote a widget like this: public class GroupLbl extends Composite implements ClickHandler, MouseOutHandler
I've got a serious problem with my GPS on my Nexus One: I wrote
I wrote an Android widget with alarmmanager as updating process. Sometimes i've got a
I wrote a program who paints widget on desktop wallpaper, under desktop icons, and
I needed a widget to select a TCP/UDP port, so I wrote the following:
Using some tutorials I wrote simple widget but it causes error declare customwidget.TestDijit: mixin
I'm writing an application using gtkmm. I wrote a simple widget class, that I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.