Unique twitter oauth help -


i have done lot of research on issue without success.

the oauth system used twitter assumes have single application can store auth key, situation different. have application sitting behind firewall can required tokens, callback cannot through application due firewall rules.

i have tried changing firewall rules people in charge of servers refuse @ cost, refuse allow website write access 1 , shared point of application - database.

the public facing area of website has no way of giving information internal web admin area, 1 way transaction:

webadmin -> firewall -> (rw) database (ro) -> firewall -> website -> firewall

i need authorize webadmin allow post twitter.

i can temp auth key , can redirect twitter, twitter callback final authorization key can public facing website (10 physical servers) have no way of talking webadmin can never complete cycle of oauth.

i have tried saving files , copy/pasting auth code across reason blocks tweets made if oauth key copied in manner.

i have gone grey , bald trying simple change in place,

please help.

as long user adding twitter account can visit webadmin in browser , webadmin stores sort of temporary sessions know user visiting don't need mess firewalls , nothing from twitter or outside of firewall needs connect network.

the basics of how works is follows: 1) user visits webadmin , has request token generated. request token temporarily storred in session. 2) user redirected twitter.com public half of request token authorize access. 3) user gets redirected webadmin can because they user within firewall. 4) request token can no exchanged access token saved permanently , used interact twitter api user.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -