h1k3's Forum Posts

  • Hmm I could really use a mascot image. I'm making a contact manager for my wife's business. I could use some sort of cute little wizard holding a phone book? Doesn't have to be extravagant. Just a little something. You can send me a private message if your interested in a swap of skills. :) I've got to run for a little bit and grab my youngest from daycare but ill be popping in and out throughout the night/weekend.

  • I don't suppose you're an artist? I'm looking for some button images for my app. I could in turn spend the time to build you the needed php file. But it you search google with the terms php Facebook upload image data example then you should be able to find something that you can easily do yourself.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I went through this recently when creating my Facebook plugin. What I learned is to pass image data like this you need sever side coding. I did add the ability to upload a physical picture URL through javascript to my plugin but what you want requires server side coding.

  • Any luck with the shaking image in chrome?

  • Hey there, the image flickers when I use this plugin in chrome. Is there something I'm doing wrong or is there something I can adjust in the plugin to stop it from flickering?

  • Omg I'm sorry I posted this in the wrong spot. This should've gone in the image button plugin. Sorry, ill go track that plugin maker down. Truly sorry about the brain fart.

  • the button shakes when I tried using it in Chrome. A very slight stutter.

  • For some reason the image is very twitchy on screen in Chrome. Is there a way to fix that or am I doing something wrong?

  • Not sure what it was with the repeat statement but switching to a for loop solved the problem and super simplified the code.

  • I've stripped down my capx so it just uses the browser, touch, and mouse plugins. Someone please help :) I'm trying to get it so at startup the program will do one of three things. Load a group for user login, load a group for activate account, or load a group for resetting the user password.

    What I want it to do:

    If the address has a variable called 'page' and it equals 'activate' then activate the activate group.

    If the address has a variable called 'page' and it equals 'resetpw' then activate the reset password group.

    Otherwise activate the login group.

    What happens now is I set up a little test so that each group displays a specific text. The text shows up as "activate" properly and "login" properly but when I try and get the "resetpw" to properly show reset password, nothing happens. Please tell me what I'm doing wrong.

    My Help Me Please Capx

  • Version 0.29 is here. This version fixes the "On Facebook Info Populated" trigger. It previously was prematurely firing leading to some inaccurate information gathered. This now only fires once all requests for user info have been processed.

    Current Version: 0.29

    Version o.29

    Example Capx

    Capx

    Example in action

    Sample Here

    Version 0.21 (old for breaking changes purposes) If you are updating from version o.21, make sure to remove any story posting references first. Or you will need to revert back to this version to do so before updating.

    Facebook Complete

    <font color="red"><font size="6">CURRENT FEATURES</font></font>

    <font size="5">ACTIONS:</font>

    Update Status - Update the user login status

    Login Dialog - Log User Into your app

    Update Basic User Info - Fetch available basic user data

    Facebook Logout - Log User out of Facebook

    Delete App - Delete your application for the user

    Post Story - Post Story to Users Feed

    Publish score - Publish a score for this user

    Request user top score - Request user top score

    Prompt To Share Story - Prompt to Share Story to Users Feed

    Invoke Pay Dialog - Prompt User to Purchase an Item with Facebook Credits.

    Fetch Game Friend List - Fetch a list of all users friends that play this app.

    Fetch game friend info by array ranking number - Fetch game friend info by array ranking number.

    Login Popup - Log into your app using javascript(non redirect)

    <font color="green">Upload Photo by URL</font> - Upload a photo to the users profile.

    <font size="5">CONDITIONS:</font>

    On App User Logged In - triggers when user status changes to installed

    On App Not Installed - triggers when user status changes to not installed

    On Facebook Logged Out - triggers when user status changes to a user who has not logged into Facebook

    On Facebook Info Populated - Triggered When user Facebook Information Expressions are populated

    Is user logged in - True if currently being viewed inside Facebook by a logged in user

    On Story Success - Triggered when the last story action completes successfully.

    On Story Failed - Triggered when the last story action completes unsuccessfully

    On Payment Success - Triggered When user successfully completes a credits transaction.

    On Payment Failure - Triggered When user unsuccessfully completes a credits transaction.

    On Game Friends Loaded - Triggered once all game friends have been loaded.

    <font color="green">On Photo Upload Fail</font> - Triggered once a photo failed to upload.

    <font color="green">On Photo Upload Success</font> - Triggered once a photo has been uploaded.

    <font size="5">EXPRESSIONS:</font>

    UserID - Return the UserID of the Facebook player.

    UserAccessTokenExpiresIn - Return the seconds left until the Access token expires.

    UserLoginStatus - Return the login status of the Facebook player

    UserAccessToken - Return the current User Access Token

    UserSignedRequest - Return the current Signed Request

    UserFullName - Return the users full name

    UserFirstName - Return the users first name

    UserLastName - Return the users last name

    ThirdPartyID - Return the users Third Party ID

    UserGender - Return the users gender

    UserLocale - Return the users locale

    UserLink - Return the users Facebook link

    UserUserName - Return the users Facebook Username

    StoryFeedPostID - Return the PostID for the last story feed posting or error if an error occured

    UserPicture - Return the users true Facebook Picture Url

    ScoreError - Return the status of the last Score Posting

    Score - Get the score, when in a 'on user top score' or 'on hi-score' event

    Payment Order Status - A Facebook order status IE.. 'settled'.

    Payment Order ID - A Facebook order id.

    Payment Error Code - An error code identifying the error.

    Payment Error Message - An error message describing the error.

    Current friend score - Current selected game friends score.

    Current friend name - Current selected game friends name.

    Current friend ID - Current selected game friends ID.

    Current friend rank - Current selected game friends rank.

    Game Friend Array length - Current selected game friends array length.

    Minimum Age Range - The user's minimum age range.

    Maximum Age Range - The user's maximum age range.

  • Chev, yes I have ssl but its not needed in the short term. Just have testers turn off secure browsing in their account manager for Facebook. Then they can access your app through http. Btw look for my all new plugin Facebook advanced. Many more features in that one.

  • Why Ty :) still a couple bugs to fix but it works. A bunch of features still to add as well.

  • :)

  • Joannesalfa

    Load photo?