Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Add Phone With twitter using Third Party tool

Tags:

twitter

I need a script that will add my phone with Twitter for All latest notification. I found this page Twitter but i need to create script for my own application. I goggled but i didn't get any solution For this.Please Help me to find this answer.

Thanks a lot in advance.

First Edit

This is a twitter's new feature Send notification to Phone. Actually I want to create an app that will allow users to register there phone with twitter via my application. Ie I need a script to implement send notification to phone.

like image 520
Pankaj Mishra Avatar asked Nov 18 '10 08:11

Pankaj Mishra


People also ask

How do I authorize a third party app on Twitter?

On the website of the app you want to connect, find the button/link asking you to connect your Twitter account (usually "Connect to Twitter", "Sign in with Twitter" or something similar). You'll be routed to a Twitter website asking you to authorize the app to use your account.

How do I give access to third party apps?

Go to the Security section of your Google Account. Under “Third-party apps with account access,” select Manage third-party access. Select the app or service you want to review.


1 Answers

The question that others are asking you Pankaj is what platform is your application being written for. You keep saying you want a "script" to do this, but what kind of script?

Giving us more insight to what your application is (a console application written in C#, or an ASP.NET web application) would lend more detail and raise the chances of someone being able to help you. :)

Regardless of your app's platform though, you're probably going to need to look into the Twitter API for setting this up. This is the normal method to interact with Twitter from 3rd party applications. So all the suggestions above, specifically the list of API's available, is probably what you're looking for.

like image 58
Mike Avatar answered Jan 04 '23 02:01

Mike