Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 6    Views: 84

CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
12/20/13 08:45 PM (11 years ago)

Flickr Plugin

 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
12/20/13 09:05 PM (11 years ago)
If your app is completely offline, it would go in the bt_config.txt file. If it's connected to the control panel, though, then you need to create the screen online. Why do you want to do it manually?
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
12/20/13 09:09 PM (11 years ago)
o yeah I knew where to add it. Sorry I meant how to write the json correctly, because I get a error on json validation. I tried jsonlint.org but I dont understand the error its saying. { "itemId": "5F7203205193C0B3E03F16E", "itemType": "Cr_flickr", "itemNickname": "Amazing Eyelusions", "navBarTitleText": "Amazing Eyelusions", “itemType”: ”Cr_flickr”, “flickerApiKey”: ”YOURAPIKEY”, “flickrType”: ”Photoset”, “searchString”: ”62146525366794852” } I using the control panel to enter api key,set it,etc, but I keep getting the "no duplicates allowed" error
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
12/20/13 09:13 PM (11 years ago)
Not Saved! {"result":"error", "errors":"nickname already in use, no duplicates allowed"}
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
12/20/13 09:23 PM (11 years ago)
Well, the thing I see right away is the quotes around the last four properties are not standard quote symbols. The second thing I see is you have two itemType declarations. Are you on self-hosted? If so, you probably need to update your self-hosted software. An early bug of 3.0 was giving that error.
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
12/20/13 09:31 PM (11 years ago)
oh okay I see.I had copied those from the details page and didnt notice that.thank you!I'm using the bt control panel for this app.I dont know,sometimes it does it and sometimes it doesnt so I usually just edit the json manually. Everything is good now!thanks again
 
CMCOFFEE
Android Fan
Profile
Posts: 2017
Reg: Jan 04, 2013
Amarillo, Texas
26,670
like
12/20/13 09:40 PM (11 years ago)
also I get these errors in eclipse.any ideas? Maybe this Note: until the config_cp.txt file is working properly, you'll have to manually add in the required properties listed above. I dont know how to add that file. Description Resource Path Location Type iconView cannot be resolved or is not a field Cr_flickr.java /amazingeyelusion/src/com/amazingeyelusion line 971 Java Problem Description Resource Path Location Type cr_flickr_cell cannot be resolved or is not a field Cr_flickr.java /amazingeyelusion/src/com/amazingeyelusion line 957 Java Problem
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.