I have an app built with appcelerator that uses Twitter to show my facebook statuses as the "News" section.
Why do i go thru Twitter?
Well i want to make my app only to use FB as a CMS and it works great to get all other stuff out from there.
I DONT want the user to be forced to login to Facebook or get some app permission to bla bla bla just to see my photos and read my statuses and see my events so thats why i am doing it like this.
The photos i can get with a simple json call but the events is also going thru a third party source .
I think it is completely up the walls that you need an access_token to read a status update that you could read anyway if you are“nt logged in on FB using this:
https://www.facebook.com/permalink.php?story_fbid=249250751841139&id=243815045718043
Well back to the Twitter issue.
Like i said it works fine BUT YOU ONLY GET 140 CHARACTERS with Twitter so if you write a longer status it will be a link to your (See link above) status.
I would like to get the status and put it in a textare in a new window as plain text instead no regards on the lenght of the status.
So, is there any other site like Twitter that you could get your statuses from and then use their api to get the text?
Or do you have another solution?
Thanx
//R
