c# - Are there "events" that you can attach to in Facebook/Twitter -


i've been browsing facebook api way attach actions/events in facebook. until now, didn't find make sense except graph api retrieve data afterwards.

my goal quite simple, simple i'm bit confused why can't find solution.

every time when likes or shares post posted on facebook page, notification (in form of callback or something) includes post , facebook user liked or shared post.

i have similar when retweets tweet of mine. haven't looked solution in twitter yet, because facebook feature more important.

are there apps/tools or sdk's me achieve this? can point me in right direction?

regards, sven peeters belgium

i not sure facebook twitter can subscribe streams provides in public stream api.

here how tweetinvi.

var stream = stream.createuserstream();  stream.tweetfavouritedbyme += (sender, args) => {     console.writeline("you have favourited tweet! " + args.tweet); };  stream.startstream(); 

https://github.com/linvi/tweetinvi/wiki/user-streams


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -