nguyentientoan / socialauth-net

Automatically exported from code.google.com/p/socialauth-net
0 stars 0 forks source link

Post on Facebook with Background Service #159

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. have a user register to your website using SocialAuth.net
2. Store the user access token in your data store
3. write a c# console app / windows background service to read that stored 
access token and post on the userwall a message

What is the expected output? What do you see instead?
message to be posted on the user wall

What version of the product are you using? On what operating system?
v2.3, localhost (planning to host on azure)

Please provide any additional information below.
there is no mechanism to post on userwall using socialauth library from a 
background service

Original issue reported on code.google.com by vishal.a...@gmail.com on 17 Jan 2013 at 11:51

GoogleCodeExporter commented 8 years ago
Currently SocialAuth.Net works with web only. We're already working on making 
this library support console and desktop application via major refactoring but 
that will take time (few months). In short, at the moment SocialAuth.NET can 
not be used for console app.

Deepak

Original comment by deepak.a...@3pillarglobal.com on 30 Jan 2013 at 6:15