문제

I'll post in Twitter the shortcut links using bitly, How can i do this ?

도움이 되었습니까?

해결책

Not perfectly clear what you're trying to do, but sounds like you're looking for the bit.ly API - that link has C# libraries for you.

You will also need to make use of the Twitter API.

Have a good read through those resources, understand how to authenticate (api key etc.), then use the c# libraries to make requests to those services.

You can then shorten urls, and post those shortened urls to twitter.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top