You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
Hey guys
I'm building an application for a school project where I should be
able to do everything you can on Twitter.com, but make it accessible
on the desktop (AIR project)
But I have absolutely no clue how I can login as a user and update my
status. I've looked at the API documentation, but so far it's been
nothing but Chinese to me :P
Retrieving search information and other timelines is no problem
though, it's just the status update part that's been bothering me :D
I'd love to get some help on this.
Thanks in advance!
Jef
Raffi Krikorian
unread,
Nov 26, 2009, 8:50:48 PM11/26/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twitter-deve...@googlegroups.com, twitter-deve...@googlegroups.com
Is there a web page with a list of all the whitelisted IPs and twitter accounts?
Sent from my iPhone
Raffi Krikorian
unread,
Nov 26, 2009, 10:24:15 PM11/26/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twitter-deve...@googlegroups.com
No.
orian
unread,
Nov 30, 2009, 12:17:34 AM11/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
As long as you are building an AIR app you are okay, but if you're
working in Flex and intending to put the result online somewhere, it's
not going to work. This is due to Twitter's unfortunate ongoing
blocking of Flash apps by using a restrictive crossdomain.xml policy.
There is no way right now for a Flash application to make requests of
anything other than the search API, unless you use a proxy, which is
very lame.
On Nov 26, 9:31 pm, Wilfred yau <wld991...@gmail.com> wrote:
> I think you are using Basic Auth to login, but it don't work well in
> Flex,
> you should try to use OAuth that have better support on Flex.
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
Thanks a lot for your answers.
I've been looking into the Tweetr library and found an example to
login and send a Tweet. (this example:
http://tweetr.googlecode.com/svn/trunk/examples/flex/example_2.mxml)
However, if I click on the "send tweet" button while my username and
password are already given, I get a Windows Security Window asking for
them again.