-
See: https://github.com/dgt41/facebookfix
-
@nodeschool/international-day Usually at events we many people use signup pages. It would be good to have meetup/ti.to/doorkeeper/etc. pages for the international-day of each chapter. If done could y…
-
Hi,
I'm using a multiple FacebookBatchRequest (each is holding up to 50 FacebookRequests) to automatically post to Facebook pages via cronjobs.
``` php
// mysql stuff...
// ...
$requests = array();…
-
as requested by @tantek in #41. the problem is that the page has a username, and FB requires ids in API URLs, not usernames. the fix is to look up the object by username first, then use its id.
-
this is more an idea of possible additional function than a real issue.
actually social networks grow by invitation amongs friends.
red include actually an invitation function which is indeed workin…
-
Pardon I see #24 re: browser 'extensions' got subsumed into #619, I'm currently doing something very naïve with JAMF's [extension attributes](https://gist.github.com/arubdesu/152e6a29b8c9efa583a4) to…
-
The politician table currently only works for members of Congress. Need to modify table to take presidential and congressional candidates. Very likely, the fix is removing a "required" from the model.…
-
```
NoMethodError: undefined method `[]' for nil:NilClass
from /usr/local/var/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/share-counter-0.0.7/lib/share-counter.rb:43:in `delicious'
from (irb…
-
Currently the layout is like
```
Next
```
My suggestion is that this could use some additional seman…
-
Both applications (main, crowd) should be deployable in a simple, mostly automated manner, preferably into a stable, productive state. Not only for the sake of making development easier but also for t…