publishing extension create personal access token group marketplace missing - visual-studio-code

I ran into a problem following instructions given at
https://code.visualstudio.com/api/working-with-extensions/publishing-extension
however, shown group Marketplace isn't available.
enter image description here
I just started my azure with github experience.
tried to follow instructions given at https://code.visualstudio.com/api/working-with-extensions/publishing-extension.

If you look at the image on the linked page you see the scopes have a scroll bar.
On your image there is a Show all scopes button. Click it and scroll.

Related

Azure DevOps - Wiki link in overview - how to forward to home page instead of new page form

When I go to Overview->Wiki I see a new doc form:
When I remove selected part of the URL (see selected URL on 1st photo) then I'm forwarded to home page:
How to set 2nd page as initial?
During my test, I was able to reproduce your issue.
In my wiki, usually I will be navigated to the Project Wiki, and when I enter the code wikis below, especially those that have nothing inside, like my "testwiki" below. I would also be trapped in the same loop as yours until I edit the url with "dev.azure.com/abc/xyz/_wiki/wikis/projectname.wiki".
So I tried the rest api to delete the empty wiki, and I am able to jump out of the loop by myself.
DELETE https://dev.azure.com/{organization}/{project}/_apis/wiki/wikis/{wikiIdentifier}?api-version=7.0

Host page from github

I am trying to host a web page from github. Namely, I am trying to do that with the page: https://github.com/oobarbazanoo/JS-BuyList.
I type to the address bar oobarbazanoo.github.io/JS-BuyList and nothing happens I just get an error.
What am I doing wrong?
In order to solve the problem follow these steps:
Go to you Repository.
At the top choose Settings.
Go to the GitHub Pages.
Choose the source you need and save it.
Wait a few minutes, then copy and paste web link which will be given in GitHub Pages section.

Facebook messenger checkbox plugin is hidden (already checked other answers)

I have the same problem like asked here: Facebook messenger checkbox plugin is hidden
I tried the implementation of the Facebook Checkbox Plugin according to Facebooks documentation but it won't show on my VM in my Company.
The Facebook SDK Implementation works fine, I tried the "Share" and "Like"-Button, which show up correct.
I have a Facbook Page which has public access and a Messenger APP in DEV-mode. The "Send-API" from Facebook works correct too: I am able to send message to myself as administrator from my Webpage on my development VM.
Following Steps are done: use a random user_ref on every request, set my page on the whitelist, use "https", visit my page FB-loggedIN and FB-loggedOut
But the result ends in Markup and Log-Infos like this screen:
See FF DeveloperTools Markup Screenshot for current state
According to this I visited a page given as origin where the Plugin should work (see first link in my question) - but there the plugins' HTML is the same like mine.
So is there a general problem on Facebooks' site or is there quite more necessary, to get this plugin running? Could it be a problem with self-signed certificate on my VM?
At the moment I don't want to notify or login any user. All I want is that the checkbox is shown.
Pherhaps anyone has an idea or the same experiences :)
Additional Info: the console shows following message
fb:messenger_checkbox failed to resize in 45s
after some fiddling we found out that a registered webhook is required (even if you dont consume the events) to make the messenger checkbox plugin render properly.

How can I add upload Image feature to Facebook Comments Plugin?

I successfully implemented facebook comments plugin in my website.But it only allows users to post only text data.
I searched a lot but unable to find resources for these question:
How to add upload Image feature to this plugin?
Is there a way to make the uses post he comment just by pressing enter rather than clicking Post button(Remove Post button and make enter keyboard key as default submit button)
Incase the ans is No for any above questions:
Please suggest any plugin's that helps me to achieve those features. The users should be able to post comments and upload images with out signup to that plugin providers
How to add upload Image feature to this plugin?
Not possible.
Facebook has not implemented image upload for the Comments plugin, and you can not “add” anything to it yourself.
Is there a way to make the uses post he comment just by pressing enter rather than clicking Post button(Remove Post button and make enter keyboard key as default submit button)
No.
There is not configuration option for this, and since the plugin runs inside an iframe from a different domain, you don’t have any access to it via JavaScript either.
As of Sept 2010 FB has an "add image" icon on the FB plugin, but it does not work all the time. Last night it worked fine on 20 or so pages, and today on 5 more. Then just now, on a recently modified page, it no longer works. Text only.

how to create facebook auth dialog preview user

I'm using open graph to publish actions on users' feed. My tests are ok for admin users and now I want to test it on "Auth dialog preview user"'s timeline before submiting any approuval. But I can't see this user anywhere. So I tried to create him by using:
https://graph.facebook.com/APP_ID/accounts/test-users?installed=true&name=Auth+Dialog+Preview+User&locale=en_US&permissions=APP_PERMISSIONS&method=post&access_token=APP_ACCESS_TOKEN. It was created successfully but when I try to publish action on it's timeline I got the error message: "Application with ID has not been granted the capability to use the property message". So I understand that the user I created is not recognized as a test user. Is there any way to have a valid one?
Have you tried to do it by app dashboard? https://developers.facebook.com/apps/<APP_ID>/roles at the bottom there is section like "Test users" and link "Add".
If the actions are created but the user is not there, click "Get Code" as described from this section
The first thing you should do is create an Open Graph Action, by
clicking the Open Graph link as shown in the above image
https://developers.facebook.com/apps/YOURAPPID/opengraph Set your
namespace because we need this to define your Open Graph meta data as
stated in the protocol – http://ogp.me
Next, go back to the Open Graph link and create an action
Plan a Trip
Walk the dog
Drink Computers
Honestly, the actual action isn’t important right now. All I am trying
to do is lead you to the Auth Preview User, it will be up to you to
make the next steps.
Once that’s set, go to the Open Graph Dashboard.
Select “Get Code” this should return a cURL command for you to execute
curl -F 'access_token=xxx' \
-F 'computer=http://samples.ogp.me/465737726804711' \
'https://graph.facebook.com/me/#_#:drink'
You don’t need to execute the cURL command, just go to your roles,
that Auth Dialog Preview User should be looking at you with his white
avatar self.
Help! I’ve deleted the Auth Dialog Preview User and I cannot get him back :( Thanks in advance. This is urgent
Well adding him back via Roles isn’t going to work, so what are you
going to do?
Click Get Code again on your Open Graph action, this should bring the
Auth Dialog Preview User back again.
If that doesn't work execute the cURL command as shown above and see how that works.
Source: http://philippeharewood.com/facebook/summoning-the-auth-dialog-preview-user/
now I want to test it on "Auth dialog preview user"'s timeline before submiting any approuval. But I can't see this user anywhere.
If you have Open Graph actions for your app set up already, you should find the Auth dialog preview user on the roles tab in your app settings.
It’s created automatically, you do not do that yourself.
You will get more details about
1.Authentication
2.Auth dialog
from https://developers.facebook.com/docs/authentication/
https://developers.facebook.com/docs/opengraph/authentication/
Finally I get test user "Auth Dialog Preview User" created. I didn't have this user on my test users on the dashbord, so I submitted an approuval with this status. Of course, my request was rejected but fortunately, the user was created at the same time. I just do my test on its timeline and resubmit an approuval. Now every thing is ok. Thank you for all