[WebDNA] Facebook Application - Custom Tab for Fan / Non-Fan

This WebDNA talk-list message is from

2011


It keeps the original formatting.
numero = 106291
interpreted = N
texte = --001636c5b7e42a64a1049c4c0b7a Content-Type: text/plain; charset=ISO-8859-1 Here is the code to get the basic Facbeook information from a user when they go to your custom application installed on your page using the new iframes settings. Specifically, this example shows how to serve up two types of content depending on whether the person "Likes" you page or not. [!]--Get the signed request and split it to get the JSON Object--[/!] [!]--Strip out the elements I don't want and then I use index to find the node I want--[/!] [!]--Serve content A or B based on this variable --[/!] [listwords words=[signed_request]&delimiters=.] [showif [index]=2] [text]splitMe=[Decrypt method=base64][word][/Decrypt][/text] [table name=JSONconversion&fields=from,to] { } , " [/table] [listwords words=[splitMe]&delimiters={,] [index]: [ConvertChars table=JSONconversion][word][/convertchars]
[showif [index]=7] [showif [ConvertChars table=JSONconversion][word][/convertchars]^true] [text]RUAFAN=true[/text] [/showif] [hideif [ConvertChars table=JSONconversion][word][/convertchars]^true] [text]RUAFAN=false[/text] [/hideif] [/showif] [/listwords] [/showif] [/listwords] [showif [RUAFAN]=true] AAA [/showif] [showif [RUAFAN]=false] BBB [/showif] --001636c5b7e42a64a1049c4c0b7a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Here is the code to get the basic Facbeook information from a user when the= y go to your custom application installed on your page using the new iframe= s settings.

Specifically, this example shows how to serve up two typ= es of content depending on whether the person "Likes" you page or= not.

[!]--Get the signed request and split it to get the JSON Object--[/!][!]--Strip out the elements I don't want and then I use index to find= the node I want--[/!]
[!]--Serve content A or B based on this variable = --[/!]

[listwords words=3D[signed_request]&delimiters=3D.]

[showif = [index]=3D2]
[text]splitMe=3D[Decrypt method=3Dbase64][word][/Decrypt][/= text]
[table name=3DJSONconversion&fields=3Dfrom,to]
{=A0=A0=A0 <= br>}=A0=A0=A0
,=A0=A0=A0
"=A0=A0=A0
[/table]


[listwords words=3D[splitMe]&de= limiters=3D{,]

[index]: [ConvertChars table=3DJSONconversion][word][= /convertchars]<br />

[showif [index]=3D7]
=A0=A0=A0 [showif= [ConvertChars table=3DJSONconversion][word][/convertchars]^true]
=A0=A0=A0=A0=A0=A0=A0 [text]RUAFAN=3Dtrue[/text]
=A0=A0=A0 [/showif]
= =A0=A0=A0 [hideif [ConvertChars table=3DJSONconversion][word][/convertchars= ]^true]
=A0=A0=A0=A0=A0=A0=A0 [text]RUAFAN=3Dfalse[/text]
=A0=A0=A0 [= /hideif]
=A0=A0=A0
=A0=A0=A0
[/showif]

[/listwords]


[/showif]
[/listwords]


[showif [RUAFAN]=3Dtrue]
AA= A
[/showif]

[showif [RUAFAN]=3Dfalse]
BBB
[/showif]
--001636c5b7e42a64a1049c4c0b7a-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Facebook Application - Custom Tab for Fan / Non-Fan (David Bastedo 2011)
  2. Re: [WebDNA] Facebook Application - Custom Tab for Fan / Non-Fan (David Bastedo 2011)
  3. Re: [WebDNA] Facebook Application - Custom Tab for Fan / Non-Fan (Jym Duane 2011)
  4. Re: [WebDNA] Facebook Application - Custom Tab for Fan / Non-Fan (David Bastedo 2011)
  5. Re: [WebDNA] Facebook Application - Custom Tab for Fan / Non-Fan (David Bastedo 2011)
  6. Re: [WebDNA] Facebook Application - Custom Tab for Fan / Non-Fan (Stuart Tremain 2011)
  7. Re: [WebDNA] Facebook Application - Custom Tab for Fan / Non-Fan (David Bastedo 2011)
  8. Re: [WebDNA] Facebook Application - Custom Tab for Fan / Non-Fan (Stuart Tremain 2011)
  9. [WebDNA] Facebook Application - Custom Tab for Fan / Non-Fan (David Bastedo 2011)
--001636c5b7e42a64a1049c4c0b7a Content-Type: text/plain; charset=ISO-8859-1 Here is the code to get the basic Facbeook information from a user when they go to your custom application installed on your page using the new iframes settings. Specifically, this example shows how to serve up two types of content depending on whether the person "Likes" you page or not. [!]--Get the signed request and split it to get the JSON Object--[/!] [!]--Strip out the elements I don't want and then I use index to find the node I want--[/!] [!]--Serve content A or B based on this variable --[/!] [listwords words=[signed_request]&delimiters=.] [showif [index]=2] [text]splitMe=[Decrypt method=base64][word][/Decrypt][/text] [table name=JSONconversion&fields=from,to] { } , " [/table] [listwords words=[splitMe]&delimiters={,] [index]: [ConvertChars table=JSONconversion][word][/convertchars]
[showif [index]=7] [showif [ConvertChars table=JSONconversion][word][/convertchars]^true] [text]RUAFAN=true[/text] [/showif] [hideif [ConvertChars table=JSONconversion][word][/convertchars]^true] [text]RUAFAN=false[/text] [/hideif] [/showif] [/listwords] [/showif] [/listwords] [showif [RUAFAN]=true] AAA [/showif] [showif [RUAFAN]=false] BBB [/showif] --001636c5b7e42a64a1049c4c0b7a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Here is the code to get the basic Facbeook information from a user when the= y go to your custom application installed on your page using the new iframe= s settings.

Specifically, this example shows how to serve up two typ= es of content depending on whether the person "Likes" you page or= not.

[!]--Get the signed request and split it to get the JSON Object--[/!][!]--Strip out the elements I don't want and then I use index to find= the node I want--[/!]
[!]--Serve content A or B based on this variable = --[/!]

[listwords words=3D[signed_request]&delimiters=3D.]

[showif = [index]=3D2]
[text]splitMe=3D[Decrypt method=3Dbase64][word][/Decrypt][/= text]
[table name=3DJSONconversion&fields=3Dfrom,to]
{=A0=A0=A0 <= br>}=A0=A0=A0
,=A0=A0=A0
"=A0=A0=A0
[/table]


[listwords words=3D[splitMe]&de= limiters=3D{,]

[index]: [ConvertChars table=3DJSONconversion][word][= /convertchars]<br />

[showif [index]=3D7]
=A0=A0=A0 [showif= [ConvertChars table=3DJSONconversion][word][/convertchars]^true]
=A0=A0=A0=A0=A0=A0=A0 [text]RUAFAN=3Dtrue[/text]
=A0=A0=A0 [/showif]
= =A0=A0=A0 [hideif [ConvertChars table=3DJSONconversion][word][/convertchars= ]^true]
=A0=A0=A0=A0=A0=A0=A0 [text]RUAFAN=3Dfalse[/text]
=A0=A0=A0 [= /hideif]
=A0=A0=A0
=A0=A0=A0
[/showif]

[/listwords]


[/showif]
[/listwords]


[showif [RUAFAN]=3Dtrue]
AA= A
[/showif]

[showif [RUAFAN]=3Dfalse]
BBB
[/showif]
--001636c5b7e42a64a1049c4c0b7a-- David Bastedo

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

PCS Frames (1997) FlushDatabase Suggestion (1998) Virtual hosting and webcatNT (1997) [WebDNA] webDNA and JSON (2011) NT Email Stops Sending (2000) WebCat2b13MacPlugIn - [shownext method=post] ??? (1997) More on the email templates (1997) PCS Frames (1997) Striping Characters (1998) RE: AccountAuthorizer doesn't seem to work (1997) Nested vs conditional (1997) Odd Cart Behavior (1997) Which GUI HTML editors work with WC ? (1997) [WebDNA] WebDNA Crashing or Not **YES** (2008) [WebDNA] test to list (2018) [showif] and equality (1998) RE: Languages (1997) multiple search of same field (1999) Setting up shop (1997) Image Library (2003)