Calling the Github API as a proxy user - github

I have a collection of private repos and issues, that I would like to expose to users of my site.
Is it possible to list those on a page in my site, without the user having to have a github account and access to those repos?

Absolutely. LinkedIn offered the capability to list Github repos on your profile via one of the apps.
This question mentions a user doing just that.

Related

GitHub API: How to get recently visited repositories of an authenticated user?

Just like the recently visited repositories listed in one's GitHub dashboard. Is it possible to retrieve these data using GitHub API?

Connect App Flutter with API instagrame Publish comment

I have a question about connecting my app, made with Flutter, with the Instagram API.
I want the user to register with their account, store the access token and then send a post to the API to publish a comment or add a like.
Can I do this with Flutter or do I need to use a different language like Python?
I checked the API documentation that Instagram provides and it seems that you can only do read-only requests (liking a post might not be possible).
The API you mentioned in your tags will not work with personal accounts, as Instagram states:
The API cannot access Instagram consumer accounts (i.e., non-Business or non-Creator Instagram accounts). If you are building an app for consumer users, use the Instagram Basic Display API instead.
You can try to use the mentioned Basic Display API instead, but mind you won't be able to author any posts or do actions in behalf of the user. To circumvent this, you might have to reverse-engineer the frontend facing portion of Instagram but I won't go into that.
To come back to your question, Flutter is well able to send network requests as mentioned here, but you still have a long way until you have functioning access to Instagram (check the Getting Started).

Github APi to create and add user in Organization

Is there any way to create and add user in organization using API in Github?
Refer https://developer.github.com/v3/users/ for user Apis of GitHub

Facebook one App multiple websites

I currently work on CMS which should give a user (client) an option to publish some article also to his facebook page.
so all what I need from client is to give me permissions to manage his page(s) and after that he has access to a button to publish also on facebook page that article.
My question is, is there any option to have only one facebook app and use it for all clients and all websites which are using that CMS?
And if there is that option, in privacy policy URL and Terms of service URL could be link to our company sites (with relevant content of course)?
I am sorry if there was asked question like this, but I did not find satisfying answer for this problem.
Thanks for your response

Git push, post commit-comment to wall of facebookgroup?

I guess this is a pretty rare question, but it would be pretty cool if there was someway of doing this. My company has a private facebook group for all the employees and I would like if all the pushes i do on my repo i have on bitbucket.org would also show up on that facebook group.
Here's an easy way to make it post to Twitter: http://confluence.atlassian.com/display/BITBUCKET/Setting+Up+the+Bitbucket+Twitter+Service
I used to have an app in facebook that retranslates my twitter onto my wall. Don't know if this can be done with a group.
Bitbucket doesn't have facebook integration yet. So you can either write your own script, host it somewhere and use POST service or write python broker for facebook and submit it to bitbucket support: http://confluence.atlassian.com/display/BITBUCKET/Writing+Brokers+for+bitbucket
It is likely they could accept it, as long as they already have twitter integration