[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:

SiteGuard Use Question (1997) suffix mapping for NT? (1997) Emailer tracking (1997) typhoon vs. webcatalog (1997) Bug Report, maybe (1997) EIMS Problems (1997) Password and Allow commands (1998) Word wrapping (1997) Loss in form (1998) forming a SKU (1999) Credit card arrangement (2005) Protect (1997) [Sum] function? (1997) [WebDNA] [TCPSend] Test email address??? (2011) RE: Emailer on NT! (1998) Multiple cart additions (1997) WebCatalog can't find database (1997) transferring values (1998) Searching multiple criteria (2000) Setting up a lightbox (2002)