

Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
03-18-2014, 01:25 PM
(This post was last modified: 02-08-2015 06:15 AM by It'sOkayNow.)
Post: #1
|
|||
|
|||
[GET] Twitter Mass Follow PHP Sript
How To Use:
1. Register and app here https://apps.twitter.com/app/new --> Your callback url should be the url of file callback.php Example: if you upload the script in the root directory of yoursite, then it should be: Code: http://yoursite.com/callback.php Code: http://yoursite.com/twitterapp/callback.php 2. Open config.php and edit following: PHP Code: define('CONSUMER_KEY', 'YOUR_APP_CONSUMER_KEY'); - YOUR_APP_CONSUMER_KEY -> change this with your application key. - YOUR_APP_SECRET_KEY -> change this with your app secret key. - YOUR_APP_CALLBACK_URL -> change this with the url you type in "Callback URL" field when you creating the app. You can find them inside the API Keys section of your app. 3. Upload the zipped files to your server and then extract. 4. To start using it, open the url to the main directory where you upload the scripts. Example: Code: http://yoursite.com/ Code: http://yoursite.com/twitterapp Code: Based on twitter rule, max request would be 350 / hour. So it will not work if you are trying to following more than 350 users at a time. This is still very basic app, and only have 2 features that is fetching and following. I am not even design it yet, since I am too busy with my works. If you want to support me improving this script, then you can send me a donation. I will really appreciate it. Download: [hide]https://www.mediafire.com/?49qtsr1gq3zy171[/hide] EDIT: "The tokenfile.php file is auto generated... please chmod your folder to 755 so the script can write that file.." |
|||
03-18-2014, 01:57 PM
Post: #2
|
|||
|
|||
RE:
any demo will be nice sir.
|
|||
04-07-2014, 06:04 PM
Post: #3
|
|||
|
|||
RE:
We need to follow people?
How many followers we can get from this script? Need to buy hosting and domain? Thanks |
|||
05-12-2014, 08:27 AM
Post: #4
|
|||
|
|||
RE:
I'll try this! Thanks
|
|||
05-12-2014, 03:30 PM
Post: #5
|
|||
|
|||
RE: | |||
05-12-2014, 03:55 PM
Post: #6
|
|||
|
|||
RE:
Anyone can explain how this script works?
|
|||
05-12-2014, 04:35 PM
Post: #7
|
|||
|
|||
RE:
not working for me. ? dont know why
I LOVE YOU!
|
|||
06-10-2014, 07:47 AM
Post: #8
|
|||
|
|||
RE:
not working.
|
|||
06-10-2014, 10:02 AM
Post: #9
|
|||
|
|||
RE:
just checked the script.
its write require_once('tokenfile.php') on handle.php i couldn't find any tokenfile.php this script just like tweepi "follow user followers" right? |
|||
06-10-2014, 02:50 PM
Post: #10
|
|||
|
|||
RE: | |||