1
vote
1answer
85 views

Creating plug-ins with StackApps which can be used on a per-user basis.

Facebook developers can create applications which run inside Facebook. For example, the Graffiti app adds a button to the New wall item popup, and has its own pages inside Facebook. What if we could ...
1
vote
1answer
85 views

API Suggestion: Abstract paged results to enable cleaner libraries

It would make great sense for paged results array property to have a common name, items perhaps. For those writing in languages that support 'generic' constructs, this would simplify the code ...