Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter Oauth problem - I need a website to register an app

I need to use Oauth for a personal twitter script I am making. Its not commercial or anything like that. To register it here: https://dev.twitter.com/apps/new I need a website even though it is a client. It wont let me register my app without a website.

Is there anything I can do? If I just created a blog that explains the concept behind the script I am using - would they accept that and let me register the "app" (just a script I use?).

like image 837
Phil Avatar asked Nov 04 '22 19:11

Phil


2 Answers

If it is just for personal use, you could put pretty much any url in that field. As far as I know it isn't double checked or subjected to approval.

like image 123
Huston Avatar answered Nov 15 '22 04:11

Huston


Choose Client here: Application Type

In place of Application Website you can put any link. Its just the link-back url.

like image 40
ssapkota Avatar answered Nov 15 '22 05:11

ssapkota