Oct 04 2017 06:05 AM
Hi,
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:
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.
also I dont have admin privileges. I dont know how to globalize my network(Tishansoft) .
Could anyone please provide a solution to fix this?