microsoft subdomain with facebook . what it belongs to? - subdomain

I am just curious to see the url https://microsoft.facebook.com/ . what it is ?
Signup page show Facebook at Work Title. what it represent?

FB Has started a new domain where employees can use facebook in office enviornment.
This could be the enviorment dedicated to Microsoft Employees.
Further Readings

Related

SAML: SSO login to my homepage with O365 accounts just of ONE company

i made a Webapp for a Company - they now want a SAML SSO login for all their employees (with
their Office 365 account)
I have no idea how to implement that
Are there any paid solutions ($500 max) that I can embed?
Are there freelancers who can do something like this for me cheaply - what would something like this cost?
Are there already open source solutions for this (a Java library that I can integrate)
Thanx for information
Erich
SSO is new territory for me

Get access to product advertising api as a developer when you have "coming soon" website

I want to get credentials to use the Amazon product api for a project im working on, and to do that I need to open an Associates account.
When opening associates account they asked for a link, so I created a coming soon website in wix and gave this link.
After opening the Associates account I went to sign for product advertising api, but I can't sign up cause they say I need my application to be approved, and to get approved I understood I need to be accepted into the Associates Program.
To be accepted into the Associates Program I think I need to put link on my site and make a purchase from one of the product links in my site? not clear how that actually works...
some blog posts said they create some content on their site, which is fake, cant I just tell Amazon I need the api access so I can build my website and its not relevant before?

Read Amazon Shopping Cart

I am Developing an application(on Mobile) and one of the features needs to read the shopping cart a user has made on amazon.
The user opens amazon from any browser
the user opens my app
logins with amazon user and pass
after that i need the app to read the card and only display the items
is this possible ?
Thanks
Check out the amazon product advertising API. Be sure to read the full documentation.
The API has many methods that can be used to search, look up created and modify shopping cart.
Link:
https://docs.aws.amazon.com/AWSECommerceService/latest/DG/Welcome.html

display amazon website under subdomain like cashbasha

How are you all ?
How can cashbasha.com display amazon store under "cashbasha" subdomain ?
Here is an example to understand what I mean:
http://en-jo.alpha-secure.shop.cashbasha.com
I searched over stackoverflow for same issue, i found this link:
How to embed an external webpage without using iframe?
But answers for that question is not useful anymore ! Cashbasha is a trusted Jordanian company and let user buying thorught amazon by the best easy way.
The user goes to cashbasha.com, browsing products and categories from amazon, then the user can add products to his cart in amazon, and checkout on cashbasha.
Let me return to the main question: How can cashbasha integrate amazon ?
After searching alot, I found that they are using Amazon API along with amazon professional seller account.
When you create amazon professional seller account, they give you an access to much more API functions rather than regular affiliate account.

Posting messages to facebook users using their facebook ID

I have created a page with a facebook login option for users with facebook account on my website.
When they login I store their basic information like thier id, name, and email.
Now I want to send messages/ post on their wall using the IDs I have stored of the facebook users in the database.
Is their any FB tool available or how can I do this using FB javascript to acheive the same?
You can use Post from the GraphAPI to post to their timeline https://developers.facebook.com/docs/reference/api/post/
For obvious reasons of not turning Facebook into a source of spam, you cannot programatically send messages to users.