Hi Bojan,

there has been a global change within the Facebook Graph API, it
doesn't sent a referer in the headers of the authentication callback
request anymore.
A middleware function of clj-facebook-graph has relied upon this
referer. I have fixed this issue in version 0.1.3-SNAPSHOT, but now
you have to pay attention that you specify the correct :redirect-uri
in your clj-facebook-graph facebook-app-info map, otherwise the
changed middleware will not be able to detect that a request is a
callback request of the facebook authentication flow or just an
ordinary request with a code query parameter. I have to release a
version 0.1.3 soon. Nevertheless the version on GitHub also supports
FQL queries now.

Cheers,

Max

On 6 Jun., 07:52, Bojan Jovičić <bojan.jovi...@gmail.com> wrote:
> I got latest version of your framework from Github and it works OK.
>
> I am not sure if this is related to new settings in Facebook App page (I put
> most of them to Disabled now) or some global change.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to