Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 354451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:55:31+00:00 2026-05-12T11:55:31+00:00

I am designing a twitter iPhone app for my school. I wanted to moderate

  • 0

I am designing a twitter iPhone app for my school. I wanted to moderate the users who can access the school account. In simple terms i do not want to use the original twitter server but make it local to only few users. Simply lets say a twitter for class. This will be running on our server and only few people can access it. I am very cofused about this any open sugeestions would help me.

Please help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T11:55:31+00:00Added an answer on May 12, 2026 at 11:55 am

    Simplest way – twitter allows “protected profiles”, where only users you are following can see your updates.. This is basically a whitelist of people who can see your statuses..

    If you wish to allow multiple users to post from the same account, without hardcoding the twitter account into the application.. you could create your own API, essentially just a proxy for the twitter API..

    You could then add your own level of authentication over this, so each user would have their own account (and you don’t give out the shared account’s login details)

    In pseudo code, the application would be something like..

    if request['username'] not in ['bob', 'alice']:
        raise AuthError
    
    if request['password'] != ['theuserspassword']:
        raise AuthError
    
    twitter_api = TwitterLibrary.login("sharedaccount", "secretpassword")
    
    switch request['api_method']:
        case "getPublicTimeline":
            return twitter_api.getPublicTimeline()
        case "postStatus":
            return twitter_api.postStatus(request['something'])
    

    Final option I can think of – you could run your own Twitter-like site.. There are plenty of “twitter clones”, such as status.net (which is the code that runs identi.ca)

    status.net and several other similar projects have Twitter-compatible API’s, so you could quite easily take an open-source client (NatsuLiphone for example), and, with permission, rebrand and modify it to use the URL of your own site.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am designing an app that would involve users 'following' each other's activity, in
In my app, I am designing to allow user share messages to twitter. But
I'm designing a notification system for our company, where users can specify if they
When designing a form in the IDE, non-visual components (eg TMainMenus, TDatamodules) can be
When designing a C API for configuring a library/utility, I have a co-worker who
While designing a new WPF application I noticed exceptions not being thrown during data
Im designing my school's website and I kind of want to do like a
Designing a web application with ASP.NET MVC I asked myself how can I also
I am designing new website Jopixels to provide free themes for Twitter Bootstrap. Bootsrap
Since Twitter BootStrap is a Responsive Framework , I am wondering if it can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.