I have implement free version of Yammer in ASP.net C# project. I have created two Yammer network with two account (Tishansoft and FNA).
I tried to connect tishansoft with FNA through oauth dialog window using followng URL: https://www.yammer.com/oauth2/authorize?client_id=[:client_id]&response_type=code&redirect_uri=[:redirect_uri]
in this I have provided Tishansoft Client id. Then It opens Yammer login dialog with connect to Tishansoft network. Here I have logged in using FNA credentials.it sent some authorization code to redirect URL.
Then I used following URL with received authorization code and my Tishansoft app client id and client secret key.
when I access this URL, it throws error as "Your network is not allowed to request an OAuth token for this Application" in localhost.
Could you please provide a solution to fix this?