I want to post a message in twitter. I created a sample application using windows application in c#. Created a new user in twitter and created consumer key, consumer secret, tokens in dev.twitter link. In this application codings are working fine without any error. But not posted in twitter. In Application management Twitter, API keys having the permission Read-only, i think if we chane the permission read, write, and access direct message it will work. But i am unable to modify the permission. If i modify means the below error shown "You must add your mobile phone to your Twitter profile before granting your application write capabilities". Then i go to twitter profile and add the mobile number again some error shown "Sorry, we don't have a connection to your carrier yet". Please help me.
Asked
Active
Viewed 2,674 times
1 Answers
0
There are many API available on internet for integrating with twitter.
Twitter API Integration in ASP.NET
Here is a lit on twitter with details
https://dev.twitter.com/docs/api/1.1
API list available for .net
https://dev.twitter.com/docs/twitter-libraries
And if you are using MVC then here is a NuGet link
http://www.nuget.org/packages/Spring.Social.Twitter/1.0.0
-
http://meta.stackexchange.com/questions/8231/are-answers-that-just-contain-links-elsewhere-really-good-answers – Soner Gönül Jun 18 '14 at 06:05
-
@SonerGönül the question could not be answered here. Because the API are very vast and there is no easy way to implement it. – शेखर Jun 18 '14 at 06:08
-
In twitter Application Management, i can't able to select the permission Read and write. If i select means error will show "You must add your mobile phone to your Twitter profile before granting your application write capabilities". Then i go to twitter profile and add the mobile number again some error shown "Sorry, we don't have a connection to your carrier yet". please help me to select the permission for Read and Write... – Premkumar Jun 18 '14 at 11:58
-
I created a test app on apps.twitter.com and set the permissions as "read and write". However, it refuses to do so and tells me that I need to register my phone number. So I went to register my number, but it tells me that my carrier is not supported. please help me.. – Premkumar Jun 18 '14 at 12:05
-
after registering the mobile number is it asked for verification? – शेखर Jun 18 '14 at 12:11
-
Enter the mobile number in my twitter profile and submit it will show the error "Sorry, we don't have a connection to your carrier yet". – Premkumar Jun 18 '14 at 12:22
-
Does you app accepted by twitter? – शेखर Jun 18 '14 at 12:45
-
created a new application but i cant set the permissions as "read and write". – Premkumar Jun 19 '14 at 05:09
-
Thanks now i registered the mobile number using android phone twitter apps.. – Premkumar Jun 19 '14 at 09:54
-
Are you facing any problem yet? – शेखर Jun 19 '14 at 10:15
-
No.Thanks your comments was very useful to me. – Premkumar Jun 25 '14 at 07:27